sparc64: add basic support
[uclibc-ng.git] / libc / sysdeps / linux / arc / cacheflush.c
blobd33353d831f5f9e68697298dd9a549d1e45d4c9a
1 /* cacheflush syscall for ARC
3 * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
5 * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
6 */
8 #include <sys/syscall.h>
9 #include <sys/cachectl.h>
11 _syscall3(int, cacheflush, void *, addr, int, nbytes, int, op)