summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/csky/cacheflush.c
blob: 37b356aeb2dabac577d30e2a5d3622fdf6a2e0df (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
 *
 * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
 * in this tarball.
 */

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