ata-detect.h
来自「freedos32的源代码」· C头文件 代码 · 共 14 行
H
14 行
/* ATA Driver for FD32 * by Luca Abeni & Nils Labugt * * This is free software; see GPL.txt */#ifndef __ATA_DETECT_H__#define __ATA_DETECT_H__int ata_detect(struct ide_interface *i, void (*disk_add)(struct ata_device *d, char *name));int ata_detect_single(int device_no, struct ide_interface* intf, struct ata_device** d, int* detected_drives_p);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?