2016-11-12 18:20:58 +00:00
|
|
|
#ifndef LIBSYS_H
|
|
|
|
#define LIBSYS_H
|
|
|
|
|
2016-11-12 21:09:54 +00:00
|
|
|
extern uint32_t openfirmware_call(void* array);
|
|
|
|
|
2016-11-12 18:20:58 +00:00
|
|
|
extern void _sys_rawwrite(unsigned char b);
|
|
|
|
extern unsigned char _sys_rawread(void);
|
|
|
|
|
|
|
|
extern void _sys_write_tty(char c);
|
|
|
|
|
|
|
|
/* extern int _sys_ttyflags; */
|
|
|
|
|
|
|
|
#endif
|