|
|
| version 1.5, 2004/01/13 18:45:37 | version 1.6, 2004/02/21 09:17:10 |
|---|---|
| Line 36 | Line 36 |
| #ifndef _KERNEL | #ifndef _KERNEL |
| #include <sys/queue.h> | #include <sys/queue.h> |
| #endif | #endif |
| #ifndef _MACHINE_BUS_H_ | |
| #include <machine/bus.h> /* bus_space_tag_t */ | |
| #endif | |
| /* | /* |
| * We use a linked list rather than a bitmap because we need to be able to | * We use a linked list rather than a bitmap because we need to be able to |