URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [oc/] [gdb-5.0/] [include/] [mpw/] [sys/] [types.h] - Rev 1765
Compare with Previous | Blame | View Log
/* Imitation sys/types.h. */ #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ #include <Types.h> typedef short dev_t; typedef short ino_t; typedef unsigned short mode_t; typedef unsigned short uid_t; typedef unsigned short gid_t; typedef long off_t; #endif /* __SYS_TYPES_H__ */