📄 hardware.h
字号:
/* * linux/include/asm-arm/arch-nexuspci/hardware.h * * Copyright (C) 1997 Philip Blundell * * This file contains the hardware definitions of the Nexus PCI card. */#ifndef __ASM_ARCH_HARDWARE_H#define __ASM_ARCH_HARDWARE_H/* * What hardware must be present */#ifndef __ASSEMBLER__/* * Mapping areas */#define IO_BASE 0xd0000000#define IO_SIZE 0x30000000#define IO_START 0xd0000000/* * RAM definitions */#define RAM_BASE 0x40000000#define MAPTOPHYS(a) ((unsigned long)(a) - PAGE_OFFSET + RAM_BASE)#define KERNTOPHYS(a) ((unsigned long)(&a))#define KERNEL_BASE (0xc0008000)#else#define IO_BASE 0#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -