repo.or.cz
/
linux-btrfs-devel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: Fix compilation bug in kprobes' twobyte_is_boostable
[linux-btrfs-devel.git]
/
arch
/
arm
/
include
/
asm
/
memblock.h
blob
b8da2e415e4eb21a870cbb52333b5400a50ad163
1
#ifndef _ASM_ARM_MEMBLOCK_H
2
#define _ASM_ARM_MEMBLOCK_H
3
4
struct
meminfo
;
5
struct
machine_desc
;
6
7
extern
void
arm_memblock_init
(
struct
meminfo
*,
struct
machine_desc
*);
8
9
#endif