blob: a8d81c41953f5d6b0c3f98ee55ff29fa28279cc5 [file] [log] [blame]
/*
* cacheflush.c - Cache control functions for Blackfin.
*
* Copyright (C) 2010 Analog Devices Inc.
*
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
#include <unistd.h>
#include <errno.h>
#include <sys/syscall.h>
#include <sys/cachectl.h>
_syscall3 (int, cacheflush, void *, start, const int, nbytes, const int, flags)