repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 's5p/for-next'
[linux-2.6/next.git]
/
arch
/
arm
/
mach-iop13xx
/
include
/
mach
/
hardware.h
blob
786fa266fab3b40d80d39fd64e6b80b0014dbdf9
1
#ifndef __ASM_ARCH_HARDWARE_H
2
#define __ASM_ARCH_HARDWARE_H
3
#include <asm/types.h>
4
5
#ifndef __ASSEMBLY__
6
extern
u16
iop13xx_dev_id
(
void
);
7
extern
void
iop13xx_set_atu_mmr_bases
(
void
);
8
#endif
9
10
/*
11
* Generic chipset bits
12
*
13
*/
14
#include
"iop13xx.h"
15
16
/*
17
* Board specific bits
18
*/
19
#include
"iq81340.h"
20
21
#endif
/* _ASM_ARCH_HARDWARE_H */