repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
arm
/
mach-mmp
/
common.h
blob
1c9d6c1ea97a792159df74f66b9f7a3835bdca06
1
#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
2
3
struct
sys_timer
;
4
5
extern
void
timer_init
(
int
irq
);
6
7
extern
void
__init
icu_init_irq
(
void
);
8
extern
void
__init
mmp_map_io
(
void
);
9
extern
void
mmp_restart
(
char
,
const char
*);