pcibios_def.h

来自「arm_uclinux_tools用于安装linux的编译器」· C头文件 代码 · 共 23 行

H
23
字号
/* * pcibios_def.h  * * Copyright (C) 2002 Arcturus Networks Inc.  * by Oleksandr Zhadan <oleks@arcturusnetworks.com> * * This file includes the pcibios_def definitions  * for the S3C2510X RISC microcontroller * */#ifndef __ASM_ARCH_PCIBIOS_DEF_H#define __ASM_ARCH_PCIBIOS_DEF_H#ifdef CONFIG_PCI    #define pcibios_assign_all_busses() 0	#define PCIBIOS_MIN_IO      0x2000000	#define PCIBIOS_MIN_MEM     0x00000000#else    #define pcibios_assign_all_busses() 0#endif#endif /* __ASM_ARCH_PCIBIOS_DEF_H */

⌨️ 快捷键说明

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