⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system.h

📁 2443 wince5.0 bsp, source code
💻 H
字号:
#ifndef _SYSTEM_H_
#define _SYSTEM_H_

#ifdef __cplusplus
extern "C" {
#endif

#include "pmplatform.h"
#include <windows.h>
#include <types.h>
#include <wtypes.h>
#include "s3c2443.h"
#include "s3c2443_base_regs.h"
// Configuration Files
#include "bsp_cfg.h"
#include "bsp_base_reg_cfg.h"
#include "atadisk.h"
#include "defines.h"

typedef struct _INIT_FSD_CONTEXT {
    HANDLE hDevice;
    TCHAR FSDll[256];
} INIT_FSD_CONTEXT, * PINIT_FSD_CONTEXT;

#endif // _SYSTEM_H_


⌨️ 快捷键说明

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