mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 19:33:15 +01:00
14 lines
193 B
C
14 lines
193 B
C
|
|
/*
|
|
* Cache control operations
|
|
*
|
|
* Copyright (C) 2009 Bora Sahin
|
|
*/
|
|
|
|
#ifndef __L4_CACHE_CONTROL__
|
|
#define __L4_CACHE_CONTROL__
|
|
|
|
#include <l4/api/cache.h>
|
|
|
|
#endif /* __L4_CACHE_CONTROL__ */
|