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

_syscall1 (int, sram_free, const void *, addr)