📄 prom_bootparm.c
字号:
/* @(#)prom_bootparm.c 1.1 92/07/30 SMI *//* * Copyright (c) 1990 by Sun Microsystems, Inc. */#include <promcommon.h>struct bootparam *prom_bootparam(){ switch (obp_romvec_version) { case OBP_V0_ROMVEC_VERSION: return (OBP_V0_BOOTPARAM); default: return ((struct bootparam *)0); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -