source: rtems/c/src/lib/libcpu/mips/shared/cache/cache_.h @ 102fd7c9

5
Last change on this file since 102fd7c9 was 102fd7c9, checked in by Sebastian Huber <sebastian.huber@…>, on 12/07/17 at 08:19:16

bsps: Do not install <libcpu/cache.h>

This is a cache manager implementation header file.

Update #3254.

  • Property mode set to 100644
File size: 174 bytes
Line 
1/*
2 *  MIPS Cache Manager Support
3 */
4
5#ifndef __MIPS_CACHE_h
6#define __MIPS_CACHE_h
7
8#include "../../../shared/include/cache.h"
9
10/* TBD */
11
12#endif
13/* end of include file */
Note: See TracBrowser for help on using the repository browser.