initbuses.h
资源名称:tizos.rar [点击查看]
上传用户:qddsws
上传日期:2022-06-22
资源大小:723k
文件大小:0k
源码类别:
操作系统开发
开发平台:
C/C++
- #ifndef INITBUSES_H
- #define INITBUSES_H
- #include <devices.h>
- #include <system_bus.h>
- #include <pci.h>
- #include <init.h>
- #include <isa.h>
- void register_bus ( struct bus_driver *newbus);
- void unregister_bus (struct bus_driver *newbus);
- void init_buses ();
- struct device* find_dev_in_bus(char* bus_name, char* dev_name, struct device* p_dev);
- struct bus_driver* ret_root_bus ();
- #endif