summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/sram-alloc.c
blob: 6b33b2670988be6dc85abdc0bda3416e303db1c1 (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)