diff options
Diffstat (limited to 'i386/bogus/com.h')
-rw-r--r-- | i386/bogus/com.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/i386/bogus/com.h b/i386/bogus/com.h index 11832d4..ec56981 100644 --- a/i386/bogus/com.h +++ b/i386/bogus/com.h @@ -1 +1,7 @@ +#include <i386/device-drivers.h> + +#ifdef CONFIG_MACH_COM #define NCOM 4 +#else +#define NCOM 0 +#endif |