repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: unlink_nt: clean up debug output and comment
[newlib-cygwin.git]
/
newlib
/
libc
/
machine
/
spu
/
sys
/
syscall.h
blob
caac5310588e6e63753e49f6c5d3c03b97cc57ef
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
8
}
9
#endif
10
#endif