repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 3.11-rc3
[cris-mirror.git]
/
arch
/
arm
/
include
/
debug
/
uncompress.h
blob
0e2949b0fae9576033705aa969fb21583004b66c
1
#ifdef CONFIG_DEBUG_UNCOMPRESS
2
extern
void
putc
(
int
c
);
3
#else
4
static
inline
void
putc
(
int
c
) {}
5
#endif
6
static
inline
void
flush
(
void
) {}
7
static
inline
void
arch_decomp_setup
(
void
) {}