mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 07:39:16 +08:00

Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
7 lines
111 B
C
7 lines
111 B
C
#ifndef __ASM_CACHEFLUSH_H
|
|
#define __ASM_CACHEFLUSH_H
|
|
|
|
#include <asm/cache.h>
|
|
|
|
#endif /* __ASM_CACHEFLUSH_H */
|