libutils/source/kernel/syscalls.h

17 lines
229 B
C
Raw Normal View History

2017-10-29 09:24:06 +01:00
#ifndef __SYSCALLS_H_
#define __SYSCALLS_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "kernel_defs.h"
void SC0x25_KernelCopyData(u32 addr, u32 src, u32 len);
#ifdef __cplusplus
}
#endif
#endif // __KERNEL_FUNCTIONS_H_