summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/sram-alloc.c
blob: f0e8bce65bbbae689b4f3c28c4ffee5b439bbde8 (plain)
1
2
3
4
5
6
#include <unistd.h>
#include <errno.h>
#include <sys/syscall.h>

_syscall2 (__ptr_t, sram_alloc, size_t, len, unsigned long, flags);