2006-08-23 Kazunori Asayama <asayama@sm.sony.co.jp>

* spu/Makefile.in: Add new object files.
        * spu/syscalls.c: Move each system call to individual file.
        * spu/jsre.h: Add declaration of _send_to_ppe_0x2101().
        * spu/close.c: New file. Moved from spu/syscalls.c.
        * spu/fstat.c: Likewise.
        * spu/getpid.c: Likewise.
        * spu/isatty.c: Likewise.
        * spu/kill.c: Likewise.
        * spu/lseek.c: Likewise.
        * spu/open.c: Likewise.
        * spu/read.c: Likewise.
        * spu/stat.c: Likewise.
        * spu/unlink.c: Likewise.
        * spu/write.c: Likewise.
This commit is contained in:
Jeff Johnston
2006-08-23 16:13:24 +00:00
parent b8e05321ba
commit 1fa66a83d1
15 changed files with 629 additions and 244 deletions

View File

@@ -152,5 +152,6 @@ typedef struct {
unsigned int ctime;
} jsre_stat_t;
void _send_to_ppe_0x2101 (int opcode, void *data);
#endif