blob: 8260eb660e1a46ff6aa6e64f52369bde88012935 [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_syscall1 (int, sram_free, const void *, addr)