Rev 534 | Rev 573 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 567 | ||
|---|---|---|---|
| Line 175... | Line 175... | ||
| 175 | __u32 (*getrelativetime)(void); |
175 | __u32 (*getrelativetime)(void); |
| 176 | long (*getdirectoryentry)(); |
176 | long (*getdirectoryentry)(); |
| 177 | long (*open)(void); /* ... */ |
177 | long (*open)(void); /* ... */ |
| 178 | long (*close)(__u32 fileid); |
178 | long (*close)(__u32 fileid); |
| 179 | long (*read)(__u32 fileid,void *buf,__u32 n,__u32 *cnt); |
179 | long (*read)(__u32 fileid,void *buf,__u32 n,__u32 *cnt); |
| 180 | long (*getreadstatus)(); |
180 | long (*getreadstatus)(__u32 fileid); |
| 181 | long (*write)(__u32 fileid, void *buf,__u32 n,__u32 *cnt); |
181 | long (*write)(__u32 fileid, void *buf,__u32 n,__u32 *cnt); |
| 182 | long (*seek)(void); /* ... */ |
182 | long (*seek)(void); /* ... */ |
| 183 | /* 30 */ |
183 | /* 30 */ |
| 184 | long (*mount)(void); /* ... */ |
184 | long (*mount)(void); /* ... */ |
| 185 | char * (*getenvironmentvariable)(char *name); |
185 | char * (*getenvironmentvariable)(char *name); |
| Line 210... | Line 210... | ||
| 210 | extern int init_arc(void); |
210 | extern int init_arc(void); |
| 211 | extern void arc_print_memory_map(void); |
211 | extern void arc_print_memory_map(void); |
| 212 | extern int arc_enabled(void); |
212 | extern int arc_enabled(void); |
| 213 | extern void arc_putchar(char ch); |
213 | extern void arc_putchar(char ch); |
| 214 | extern void arc_print_devices(void); |
214 | extern void arc_print_devices(void); |
| 215 | - | ||
| - | 215 | extern int arc_getchar(void); |
|
| 216 | #endif |
216 | #endif |