16 lines
286 B
C
16 lines
286 B
C
|
/*
|
||
|
* arch/arm/mach-prima2/include/mach/hardware.h
|
||
|
*
|
||
|
* Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
|
||
|
*
|
||
|
* Licensed under GPLv2 or later.
|
||
|
*/
|
||
|
|
||
|
#ifndef __MACH_HARDWARE_H__
|
||
|
#define __MACH_HARDWARE_H__
|
||
|
|
||
|
#include <asm/sizes.h>
|
||
|
#include <mach/map.h>
|
||
|
|
||
|
#endif
|