?? vendor.h
字號:
/**
* Vendor.h
*
* Description: All operating system and platform
* dependent modules are stored here
*
*/
#ifndef _VENDOR_H_
#define _VENDOR_H_
#ifdef cplusplus
extern "C"
{
#endif
#include "ffs.h"
void *dms_VendorMapPage(DWORD dwAddress);
void *dms_VendorMapChip(DWORD dwAddress);
void dms_VendorFinalize(void);
#ifndef WRITE_MODE_WORD
#define WRITE_MODE_WORD 1
#endif
/* #define WRITE_MODE_BYTE */
#ifdef cplusplus
} /* #ifdef cplusplus */
#endif
#endif /***_VENDOR_H_ ***/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -