lr4002.h

来自「mips架构的bootloader,99左右的版本 但源代码现在没人更新了」· C头文件 代码 · 共 26 行

H
26
字号
/************************************************************* * File: include/lr4002.h * Purpose: defines for LSI Logic LR4002/3 * Author: Phil Bunce (pjb@carmel.com) * Revision History: *	970523	Added define for 4001 and comments *//*  * The only difference between the 4002 and the 4003 is the process * used to manufacture it. They are same from a software point of view. */#if defined(LR4002) && !defined(_LR4002_)#define _LR4002_/* this cpu is a lot like the 4001, but it also has a dbx module */#ifndef LR4001#define LR4001#endif#include "lr4001.h"#include "dbxcore.h"#endif /* _LR4002_ */

⌨️ 快捷键说明

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