This is now in another header file and so not required here.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@220 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid 2002-07-14 14:52:28 +00:00
parent 2854c6ede0
commit e927084dbf

View File

@ -13,11 +13,6 @@ int bus_man_init(kernel_args *ka);
int bus_register_bus(const char *path);
typedef struct {
module_info minfo;
status_t (*rescan)(void);
} bus_manager_info;
typedef struct id_list {
uint32 num_ids;
uint32 id[0];