1 /* Copyright (c) 2007 Patrick Mansfield <patmans@us.ibm.com> */
2 #ifndef _SYS_SYSCALL_H
3 #define _SYS_SYSCALL_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 int __send_to_ppe(unsigned int signalcode, unsigned int opcode, void *data);
8 #ifdef __cplusplus
9 }
10 #endif
11 #endif
12