acorn.h
来自「Linux Kernel 2.6.9 for OMAP1710」· C头文件 代码 · 共 15 行
H
15 行
/* * linux/fs/partitions/acorn.h * * Copyright (C) 1996-2001 Russell King. * * I _hate_ this partitioning mess - why can't we have one defined * format, and everyone stick to it? */int adfspart_check_CUMANA(struct parsed_partitions *state, struct block_device *bdev);int adfspart_check_ADFS(struct parsed_partitions *state, struct block_device *bdev);int adfspart_check_ICS(struct parsed_partitions *state, struct block_device *bdev);int adfspart_check_POWERTEC(struct parsed_partitions *state, struct block_device *bdev);int adfspart_check_EESOX(struct parsed_partitions *state, struct block_device *bdev);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?