menf1.h

来自「是关于linux2.5.1的完全源码」· C头文件 代码 · 共 27 行

H
27
字号
/* * arch/ppc/platforms/menf1.h *  * Definitions for MEN F1 board support * * Author: Matt Porter <mporter@mvista.com> * * Copyright 2001 MontaVista Software Inc. * * This program is free software; you can redistribute  it and/or modify it * under  the terms of  the GNU General  Public License as published by the * Free Software Foundation;  either version 2 of the  License, or (at your * option) any later version. */#ifndef __PPC_PLATFORMS_MENF1_H#define __PPC_PLATFORMS_MENF1_H#define MENF1_NVRAM_AS0			0x70#define MENF1_NVRAM_AS1			0x72#define MENF1_NVRAM_DATA		0x71    #define	MENF1_IDE0_BASE_ADDR		0x1f0#define MENF1_IDE1_BASE_ADDR		0x170#endif /* __PPC_PLATFORMS_MENF1_H */

⌨️ 快捷键说明

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