precomp.h
来自「S3C24A0的完整BSP包,对开发此芯片的开发者很有用.」· C头文件 代码 · 共 20 行
H
20 行
#include <ndis.h>
//#include "s24a0.h"
#include "s3c24a0_intr.h"
#include "s3c24a0_ioport.h"
#include "s3c24a0_srom.h"
#include "s3c24A0_base_regs.h"
#undef DEBUGMSG
#define DEBUGMSG RETAILMSG
#ifdef DEBUG
#define ETHDBG 1
#define WINCEDEBUG 1
#else
#define ETHDBG 0
#define WINCEDEBUG 0
#endif
#include "cs8900hw.h"
#include "cs8900sw.h"
#include "keywords.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?