URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [machine/] [spu/] [sys/] [custom_file.h] - Rev 862
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __CUSTOM_FILE_H__ #define __CUSTOM_FILE_H__ 1 /* * Cell SPE support */ struct __sFILE_spu { int _fp; /* pseudo FILE pointer on PPE */ }; typedef struct __sFILE_spu __FILE; #endif /* __CUSTOM_FILE_H__ */
Go to most recent revision | Compare with Previous | Blame | View Log