⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ata-wait.h

📁 freedos32的源代码
💻 H
字号:
/* ATA Driver for FD32 * by Luca Abeni & Nils Labugt * * This is free software; see GPL.txt */#ifndef __ATA_WAIT_H__#define __ATA_WAIT_H__void ata_wait(DWORD us);void delay(unsigned ns);BYTE ata_cmd_irq(unsigned long max_wait, struct ide_interface *p);int ata_poll(unsigned long max_wait, int (*test)(const struct ide_interface*), const struct ide_interface* iface);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -