📄 idedebug.h
字号:
/*
**************************************************************
*
* hyperstone MS-DOS FAT File System Drivers
*
* Definitions for diagnostic routines
*
* Christoph Baumhof 2000-03-21
* Reinhard K乭ne 2000-03-21
* Mihajlo Varga 2000-03-21
*
* Copyright (C) 1997-2000 hyperstone electronics GmbH Konstanz
*
* 2000-03-21 initial release
*
* $Id$
*
* $Log$
*
**************************************************************
*
* Changes:
*
**************************************************************
*/
#ifndef __IDEDEBUG_H
#define __IDEDEBUG_H
#include "ata.h"
#include "part.h"
#include "boot.h"
int DisplayIdentifyStructure(struct hd_driveid *hd_id);
int DisplayPartitionTable(struct PART_SECT *p_sect);
int DisplayBootSector (struct BOOT_SECT *boot_sect );
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -