hdreg.h
来自「Linux内核源代码 为压缩文件 是<<Linux内核>>」· C头文件 代码 · 共 19 行
H
19 行
/* $Id: hdreg.h,v 1.4 1998/05/08 21:05:26 davem Exp $ * * linux/include/asm-mips/hdreg.h * * Copyright (C) 1994-1996 Linus Torvalds & authors *//* * This file contains the MIPS architecture specific IDE code. */#ifndef __ASM_MIPS_HDREG_H#define __ASM_MIPS_HDREG_Htypedef unsigned short ide_ioreg_t;#endif /* __ASM_MIPS_HDREG_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?