1 /* cacheflush syscall for ARC
2  *
3  * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
4  *
5  * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
6  */
7 
8 #include <sys/syscall.h>
9 #include <sys/cachectl.h>
10 
11 _syscall3(int, cacheflush, void *, addr, int, nbytes, int, op)
12