tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: bus_space(9) header files



   
   I would like to add the MI function prototypes underneath the
   #include:
   
   #include <machine/bus.h>
   
   /* MI function prototypes */
   bus_space_tag_t bus_space_tag_create(bus_space_tag_t, /* TBD */);
   void bus_space_tag_destroy(bus_space_tag_t);

i'm extremely wary of you adding "TBD" code to sys/bus.h.

once this API is defined, it seems like a fine idea, but not before.


.mrg.


Home | Main Index | Thread Index | Old Index