cachectl.h 398 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
  3. *
  4. * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
  5. */
  6. #ifndef _SYS_CACHECTL_H
  7. #define _SYS_CACHECTL_H 1
  8. /*
  9. * Get the kernel definition for the flag bits
  10. */
  11. #include <asm/cachectl.h>
  12. __BEGIN_DECLS
  13. extern int cacheflush(void *addr, int nbytes, int flags);
  14. __END_DECLS
  15. #endif /* sys/cachectl.h */