?? pcibios_def.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 + -