Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | There's no need to include all the detauls of struct bus_space_{tag,handle} | imp | 2005-04-19 | 1 | -82/+0 |
| | | | | in _bus.h when the typedef of the struct pointer will do. | ||||
* | Unbreak the pc98 build by including enough information in the _bus.h | imp | 2005-04-19 | 1 | -0/+51 |
| | | | | | | | for _bus.h to compile. Pointy hat to: imp Breakage noted by: nyan-san | ||||
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 1 | -0/+74 |
into _bus.h to help with name space polution from including all of bus.h. In a few days, I'll commit changes to the MI code to take advantage of thse sepration (after I've made sure that these changes don't break anything in the main tree, I've tested in my trees, but you never know...). Suggested by: bde (in 2002 or 2003 I think) Reviewed in principle by: jhb |