📄 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 + -