raid.h
来自「LINUX lilo-22.7.1 源代码。」· C头文件 代码 · 共 20 行
H
20 行
/* raid.h - The RAID-1 hooks for LILO *//*Copyright 2001-2004 John Coffman.All rights reserved.Licensed under the terms contained in the file 'COPYING' in the source directory.*/int do_md_install, ndisk, md_bios;int raid_setup(void);void raid_final(void);/* form the mask of the raid bios codes and the list of offsets *//* this information goes into the MENUTABLE passed to the loader */int raid_mask(int *offsets);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?