idedebug.h

来自「TI DSP系列读下CF卡程序,可用做图象存储产品的开发」· C头文件 代码 · 共 38 行

H
38
字号
/*
 **************************************************************
 *
 *  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 + =
减小字号Ctrl + -
显示快捷键?