setup_arch_pre.h
来自「多年来」· C头文件 代码 · 共 11 行
H
11 行
#include <asm/voyager.h>#define VOYAGER_BIOS_INFO ((struct voyager_bios_info *)(PARAM+0x40))/* Hook to call BIOS initialisation function *//* for voyager, pass the voyager BIOS/SUS info area to the detection * routines */#define ARCH_SETUP voyager_detect(VOYAGER_BIOS_INFO);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?