repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AX.25]: Fix unchecked ax25_listen_register uses
[linux-2.6/verdex.git]
/
include
/
asm-sh
/
setup.h
blob
1583c6b7bdaa6a4d411895a5af7e4311185b2a0a
1
#ifndef _SH_SETUP_H
2
#define _SH_SETUP_H
3
4
#define COMMAND_LINE_SIZE 256
5
6
#ifdef __KERNEL__
7
8
int
setup_early_printk
(
char
*);
9
10
#endif
/* __KERNEL__ */
11
12
#endif
/* _SH_SETUP_H */