repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: unlink_nt: clean up debug output and comment
[newlib-cygwin.git]
/
newlib
/
libc
/
machine
/
spu
/
sys
/
custom_file.h
blob
60c0d2309ef90a55c1bb3c1320d001bd82683d56
1
#ifndef __CUSTOM_FILE_H__
2
#define __CUSTOM_FILE_H__ 1
3
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
;
11
12
#endif
/* __CUSTOM_FILE_H__ */
13