summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/spu/sys/syscall.h
blob: ca44b7dce4b5065d4557b2e0a8c9e75d27e2e782 (plain)
1
2
3
4
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
void __send_to_ppe(unsigned int signalcode, unsigned int opcode, void *data);
#endif