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
block: move down direct IO plugging
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-highbank
/
include
/
mach
/
uncompress.h
blob
bbe20e6963251f03faf63df9c8132ab1160913b0
1
#ifndef __MACH_UNCOMPRESS_H
2
#define __MACH_UNCOMPRESS_H
3
4
#define putc(c)
5
#define flush()
6
#define arch_decomp_setup()
7
#define arch_decomp_wdog()
8
9
#endif