2005-04-21 16:53:53 +02:00
|
|
|
#include "../drivers.h"
|
|
|
|
#include "../libdriver/driver.h"
|
|
|
|
#include "../libdriver/drvlib.h"
|
|
|
|
|
2005-08-25 15:14:02 +02:00
|
|
|
_PROTOTYPE(int main, (void));
|
2005-04-21 16:53:53 +02:00
|
|
|
|
2005-09-11 19:09:11 +02:00
|
|
|
#define VERBOSE 0 /* display identify messages during boot */
|
|
|
|
#define ENABLE_ATAPI 1 /* add ATAPI cd-rom support to driver */
|