repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/boot: Rename overlapping memcpy() to memmove()
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-mmp
/
common.h
blob
7453a90c34bdf9d458e28aa287bcf939ec58aaba
1
#include <linux/reboot.h>
2
#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
3
4
extern
void
timer_init
(
int
irq
);
5
6
extern
void
__init
mmp_map_io
(
void
);
7
extern
void
mmp_restart
(
enum
reboot_mode
,
const char
*);