blob: 8518119d7da8465b4cd14768647f5d14c61002b7 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#include <unistd.h>
2#include <errno.h>
3#include <sys/syscall.h>
4#include <bfin_sram.h>
5
6_syscall2 (__ptr_t, sram_alloc, size_t, len, unsigned long, flags)