core_header.h
来自「6440linuxDriver的源代码」· C头文件 代码 · 共 57 行
H
57 行
#ifndef __CORE_HEADER_H__#define __CORE_HEADER_H__struct _Core_Driver_Extension;typedef struct _Core_Driver_Extension Core_Driver_Extension;typedef struct _Core_Driver_Extension *PCore_Driver_Extension;struct _Domain_Phy;typedef struct _Domain_Phy Domain_Phy, *PDomain_Phy;struct _Domain_Port;typedef struct _Domain_Port Domain_Port, *PDomain_Port;struct _Domain_Device;typedef struct _Domain_Device Domain_Device, *PDomain_Device;struct _Domain_Expander;typedef struct _Domain_Expander Domain_Expander, *PDomain_Expander;#ifdef SUPPORT_PMstruct _Domain_PM;typedef struct _Domain_PM Domain_PM, *PDomain_PM;#endif#include "com_define.h"#include "com_type.h"#include "com_u64.h"#include "com_util.h"#include "com_list.h"#include "com_dbg.h"#include "com_scsi.h"#include "com_api.h"#include "com_struct.h"#include "com_event_define.h"#include "com_tag.h"#ifdef SUPPORT_SCSI_PASSTHROUGH#include "com_ioctl.h"#endif /* SUPPORT_SCSI_PASSTHROUGH */#include "com_mod_mgmt.h"#ifdef SUPPORT_CONSOLIDATE#include "consolid.h"#endif /* SUPPORT_CONSOLIDATE */#if __MM_SE__#include "oss_wrapper.h"#include "res_mgmt.h"#endif /* __MM_SE__ */#include "core_adpt.h"#include "core_inter.h"#endif /* __CORE_HEADER_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?