• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/include/mach/
1/*
2 * This header file is required by various archiecture common header files.
3 */
4
5#ifndef	__MACH_HARDWARE_H
6#define	__MACH_HARDWARE_H	__FILE__
7
8/* Minimum size of resource to allocate */
9#define PCIBIOS_MIN_IO                  32
10#define PCIBIOS_MIN_MEM                 32
11
12/* Needed by drivers/pci/probe.c, tells to re-assign bus numbers if necesary */
13#define pcibios_assign_all_busses()     1
14
15#endif	/* __MACH_HARDWARE_H */
16