cachectl.h 416 B

123456789101112131415161718192021
  1. /*
  2. * This file is subject to the terms and conditions of the LGPL V2.1
  3. * License. See the file "COPYING" in the main directory of this archive
  4. * for more details.
  5. *
  6. * Copyright (C) 2020 Kalray Inc.
  7. */
  8. #ifndef _SYS_CACHECTL_H
  9. #define _SYS_CACHECTL_H 1
  10. #include <asm/cachectl.h>
  11. __BEGIN_DECLS
  12. extern int cachectl(void *addr, size_t len, unsigned long cache,
  13. unsigned long flags);
  14. __END_DECLS
  15. #endif