check.h
来自「讲述linux的初始化过程」· C头文件 代码 · 共 13 行
H
13 行
/* * add_partition adds a partitions details to the devices partition * description. */void add_gd_partition(struct gendisk *hd, int minor, int start, int size);/* * Get the default block size for this device */unsigned int get_ptable_blocksize(kdev_t dev);extern int warn_no_part;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?