Cygwin: unlink_nt: clean up debug output and comment
[newlib-cygwin.git] / newlib / libc / machine / spu / sys / custom_file.h
blob60c0d2309ef90a55c1bb3c1320d001bd82683d56
1 #ifndef __CUSTOM_FILE_H__
2 #define __CUSTOM_FILE_H__ 1
4 /*
5 * Cell SPE support
6 */
7 struct __sFILE_spu {
8 int _fp; /* pseudo FILE pointer on PPE */
9 };
10 typedef struct __sFILE_spu __FILE;
12 #endif /* __CUSTOM_FILE_H__ */