source: rtems/c/src/lib/libcpu/or1k/shared/cache/cache_.h @ eeea9e30

4.115
Last change on this file since eeea9e30 was eeea9e30, checked in by Hesham ALMatary <heshamelmatary@…>, on 08/22/14 at 20:20:47

libcpu: Add new entry for or1k cpu and include cache manager stubs.

  • Property mode set to 100644
File size: 145 bytes
Line 
1/*
2 * or1k Cache Manager Support
3 */
4
5#ifndef __OR1K_CACHE_H
6#define __OR1K_CACHE_H
7
8#include <libcpu/cache.h>
9
10#endif
11/* end of include file */
Note: See TracBrowser for help on using the repository browser.