source: trunk/libs/newlib/src/newlib/libc/machine/spu/sys/custom_file.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 218 bytes
Line 
1#ifndef __CUSTOM_FILE_H__
2#define __CUSTOM_FILE_H__ 1
3
4/*
5 * Cell SPE support
6 */
7struct __sFILE_spu {
8  int _fp; /* pseudo FILE pointer on PPE */
9};
10typedef struct __sFILE_spu __FILE;
11
12#endif /* __CUSTOM_FILE_H__ */
13
Note: See TracBrowser for help on using the repository browser.