blob: 529807d182bf2c28a8b47350dec7c2eb942cb12d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* arch/arm/mach-ep93xx/include/mach/hardware.h
*/
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H
#include "ep93xx-regs.h"
#define pcibios_assign_all_busses() 0
#include "platform.h"
#include "gesbc9312.h"
#include "ts72xx.h"
#endif
|