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
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
compressed
/
misc.h
blob
c958dccd1d97c1b833b157e85d11aff4f2909acf
1
#ifndef MISC_H
2
#define MISC_H
3
4
#include <linux/compiler.h>
5
6
void
error
(
char
*
x
)
__noreturn
;
7
extern
unsigned long
free_mem_ptr
;
8
extern
unsigned long
free_mem_end_ptr
;
9
10
#endif