floppy.h

来自「The main purpose of this project is to a」· C头文件 代码 · 共 24 行

H
24
字号
/* * My feeble attempt at a floppy driver * Copyright (c) 2003, David H. Hovemeyer <daveho@cs.umd.edu> * $Revision: 1.9 $ *  * This is free software.  You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". */#ifndef GEEKOS_FLOPPY_H#define GEEKOS_FLOPPY_H#ifdef GEEKOS/* * Functions */void Init_Floppy(void);#endif  /* GEEKOS */#endif  /* GEEKOS_FLOPPY_H */

⌨️ 快捷键说明

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