📄 system.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 + -