URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [machine/] [spu/] [sys/] [custom_file.h] - Rev 407
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