Welcome to mirror list, hosted at ThFree Co, Russian Federation.

syscall.h « sys « spu « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a358a61b01ab2718fb079c2d3c456333468c88f (plain)
1
2
3
4
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
int __send_to_ppe(unsigned int signalcode, unsigned int opcode, void *data);
#endif