Path: blob/master/arch/arm/mach-ixp23xx/include/mach/hardware.h
15157 views
/*1* arch/arm/mach-ixp23xx/include/mach/hardware.h2*3* Copyright (C) 2002-2004 Intel Corporation.4* Copyricht (C) 2005 MontaVista Software, Inc.5*6* This program is free software; you can redistribute it and/or modify7* it under the terms of the GNU General Public License version 2 as8* published by the Free Software Foundation.9*10* Hardware definitions for IXP23XX based systems11*/1213#ifndef __ASM_ARCH_HARDWARE_H14#define __ASM_ARCH_HARDWARE_H1516/* PCI IO info */17#define PCIBIOS_MIN_IO 0x0000000018#define PCIBIOS_MIN_MEM 0xe00000001920#include "ixp23xx.h"2122#define pcibios_assign_all_busses() 02324/*25* Platform helper functions26*/27#include "platform.h"2829/*30* Platform-specific headers31*/32#include "ixdp2351.h"333435#endif363738