source: trunk/libs/newlib/src/newlib/libc/machine/spu/sys/syscall.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 197 bytes
Line 
1#ifndef _SYS_SYSCALL_H
2#define _SYS_SYSCALL_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6int __send_to_ppe(unsigned int signalcode, unsigned int opcode, void *data);
7#ifdef __cplusplus
8}
9#endif
10#endif
Note: See TracBrowser for help on using the repository browser.