print_struct.h

来自「This a generic PCI express device driver」· C头文件 代码 · 共 23 行

H
23
字号
////////////////////////////////////////////////////////////////
// File - print_struct.h
//
//
////////////////////////////////////////////////////////////////

#ifndef _PRINT_STRUCT_H_
#define _PRINT_STRUCT_H_

#ifdef __cplusplus
extern "C" {
#endif

// Function: WD_CARD_print()
//   Print all resources belonging to device
void WD_CARD_print(WD_CARD *pCard, PCHAR pcPrefix);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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