📄 ata-detect.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -