system_bus.h
资源名称:tizos.rar [点击查看]
上传用户:qddsws
上传日期:2022-06-22
资源大小:723k
文件大小:0k
源码类别:
操作系统开发
开发平台:
C/C++
- #ifndef SYSTEM_BUS_H
- #define SYSTEM_BUS_H
- #include <init.h>
- #include <devices.h>
- #include <lib/string.h>
- #include <i386/paging.h>
- #include <list.h>
- #define SYSTEM_CONSOLE_STR "SYS_CONSOLE"
- #define SYSTEM_DEVS { SYSTEM_CONSOLE_STR , "END" }
- /* Includes pels devices */
- #include <devices/sys_console.h>
- void __init_bus init_system_bus (struct bus_driver* newbus);
- #endif