drivers.h
来自「BIOS Open Platform!」· C头文件 代码 · 共 32 行
H
32 行
/* * OpenBIOS driver prototypes * * (C) 2004 Stefan Reinauer <stepan@openbios.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 * */#include "openbios/config.h"#ifdef CONFIG_DRIVER_PCIint ob_pci_init(void);#endif#ifdef CONFIG_DRIVER_SBUSint ob_sbus_init(unsigned long bus, unsigned long base, int machine_id);#endif#ifdef CONFIG_DRIVER_IDEint ob_ide_init(void);#endif#ifdef CONFIG_DRIVER_ESPint ob_esp_init(unsigned int slot, unsigned long base, unsigned long offset);#endif#ifdef CONFIG_DRIVER_OBIOint ob_obio_init(unsigned long slavio_high, unsigned long slavio_base, unsigned long fd_offset, unsigned long counter_offset, unsigned long intr_offset);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?