repo.or.cz
/
pv_ops_mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
e1000: Add device IDs of blade version of the 82571 quad port
[pv_ops_mirror.git]
/
include
/
asm-sh
/
setup.h
blob
586a9711a75dbec4ef86557fef94a71cc26e03ee
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
void
sh_mv_setup
(
void
);
10
11
#endif
/* __KERNEL__ */
12
13
#endif
/* _SH_SETUP_H */