source: trunk/minix/drivers/at_wini/at_wini.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 255 bytes
Line 
1#include "../drivers.h"
2#include "../libdriver/driver.h"
3#include "../libdriver/drvlib.h"
4
5_PROTOTYPE(int main, (void));
6
7#define VERBOSE 0 /* display identify messages during boot */
8#define ENABLE_ATAPI 1 /* add ATAPI cd-rom support to driver */
Note: See TracBrowser for help on using the repository browser.