summaryrefslogtreecommitdiff
path: root/c/src/lib/libcpu/or1k/shared/cache/cache_.h
blob: 0ea939f8475cf420ea99679cc6dd9225192b724c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * or1k Cache Manager Support
 */

#ifndef __OR1K_CACHE_H
#define __OR1K_CACHE_H

#include <bsp/cache_.h>
#include <libcpu/cache.h>

#endif
/* end of include file */