Added kernel module for starting the usb stack at boot time. It's not activated thoug...
[cake.git] / rom / dos / dos_dosdoio.h
blob9ffbf7f7c61ca7fdc0506a8e27c11cf457e0618a
1 /*
2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Internal proto and define for DosDoIO
6 Lang: English
7 */
8 #ifndef DOS_DOSDOIO_H
9 #define DOS_DOSDOIO_H
11 #include <proto/exec.h>
12 #include <exec/io.h>
15 BYTE DosDoIO(struct IORequest * iORequest,
16 struct ExecBase * SysBase);
18 #define DosDoIO(iorequest) DosDoIO(iorequest, SysBase)
21 #endif /* DOS_DOSDOIO_H */