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
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
uncompress.h
blob
f1aee56781e7d50441b68158399c4db8d227881e
1
#ifndef __ASM_MACH_UNCOMPRESS_H
2
#define __ASM_MACH_UNCOMPRESS_H
3
4
/*
5
* This does not append a newline
6
*/
7
static void
putc
(
int
c
)
8
{
9
}
10
11
static
inline
void
flush
(
void
)
12
{
13
}
14
15
static void
arch_decomp_setup
(
void
)
16
{
17
}
18
19
#endif
/* __ASM_MACH_UNCOMPRESS_H */