cachectl.h 327 B

1234567891011121314151617
  1. /*
  2. * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
  3. *
  4. * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
  5. * in this tarball.
  6. */
  7. #ifndef _SYS_CACHECTL_H
  8. #define _SYS_CACHECTL_H 1
  9. #include <asm/cachectl.h>
  10. __BEGIN_DECLS
  11. extern int cacheflush(void *addr, int nbytes, int flags);
  12. __END_DECLS
  13. #endif