sram-alloc.c 133 B

123456
  1. #include <unistd.h>
  2. #include <errno.h>
  3. #include <sys/syscall.h>
  4. _syscall2 (__ptr_t, sram_alloc, size_t, len, unsigned long, flags)