Subversion Repositories HelenOS

Rev

Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2722
Line 255... Line 255...
255
    void *privvector;
255
    void *privvector;
256
    uint32_t adaptercount;
256
    uint32_t adaptercount;
257
} __attribute__ ((packed)) arc_sbp;
257
} __attribute__ ((packed)) arc_sbp;
258
 
258
 
259
extern int arc_init(void);
259
extern int arc_init(void);
260
extern int arc_enabled(void);
260
extern int arc_reboot(void);
261
void arc_frame_init(void);
261
extern int arc_frame_init(void);
262
void arc_console(void);
262
extern int arc_console(void);
263
 
263
 
264
#endif
264
#endif
265
 
265
 
266
 /** @}
266
 /** @}
267
 */
267
 */