blob: a8d81c41953f5d6b0c3f98ee55ff29fa28279cc5 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/*
2 * cacheflush.c - Cache control functions for Blackfin.
3 *
4 * Copyright (C) 2010 Analog Devices Inc.
5 *
6 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
7 */
8
9#include <unistd.h>
10#include <errno.h>
11#include <sys/syscall.h>
12#include <sys/cachectl.h>
13
14_syscall3 (int, cacheflush, void *, start, const int, nbytes, const int, flags)