source: rtems/c/src/lib/libcpu/sparc64/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: 549 bytes
RevLine 
[c56982c]1/*
2 *  SPARC64 Cache Manager Support
3 */
4
5#ifndef __SPARC_CACHE_h
6#define __SPARC_CACHE_h
7
8/*
9 * CACHE MANAGER: The following functions are CPU-specific.
10 * They provide the basic implementation for the rtems_* cache
11 * management routines. If a given function has no meaning for the CPU,
12 * it does nothing by default.
13 *
14 * FIXME: Some functions simply have not been implemented.
15 */
16
17#if defined(HAS_INSTRUCTION_CACHE)
18#define CPU_INSTRUCTION_CACHE_ALIGNMENT 0
19#endif
20
[102fd7c9]21#include "../../../shared/include/cache.h"
[c56982c]22
23#endif
24/* end of include file */
Note: See TracBrowser for help on using the repository browser.