2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Initialize raw IO
9 /*****i***********************************************************************
12 #include <proto/exec.h>
14 AROS_LH0(void, RawIOInit
,
17 struct ExecBase
*, SysBase
, 84, Exec
)
20 This is a private function. It initializes raw IO. After you
21 have called this function, you can use RawMayGetChar() and
31 This function is for very low level debugging only.
38 RawPutChar(), RawMayGetChar()
42 *****************************************************************************/