⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcibios_def.h

📁 arm_uclinux_tools用于安装linux的编译器
💻 H
字号:
/* * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -