cacheflush.c 88 B

12
  1. #include <sys/syscall.h>
  2. _syscall3(int, cacheflush, void *, addr, int, nbytes, int, op)