Cygwin: unlink_nt: clean up debug output and comment
[newlib-cygwin.git] / newlib / libc / machine / spu / sys / syscall.h
blobcaac5310588e6e63753e49f6c5d3c03b97cc57ef
1 #ifndef _SYS_SYSCALL_H
2 #define _SYS_SYSCALL_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 int __send_to_ppe(unsigned int signalcode, unsigned int opcode, void *data);
7 #ifdef __cplusplus
9 #endif
10 #endif