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: caac5310588e6e63753e49f6c5d3c03b97cc57ef (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
#ifdef __cplusplus
extern "C" {
#endif
int __send_to_ppe(unsigned int signalcode, unsigned int opcode, void *data);
#ifdef __cplusplus
}
#endif
#endif