repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
mips
/
include
/
asm
/
setup.h
blob
50511aac04e91de24f7565f515ab63f99476d1df
1
#ifndef _MIPS_SETUP_H
2
#define _MIPS_SETUP_H
3
4
#define COMMAND_LINE_SIZE 4096
5
6
#ifdef __KERNEL__
7
extern
void
setup_early_printk
(
void
);
8
#endif
/* __KERNEL__ */
9
10
#endif
/* __SETUP_H */