summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/setup.h
blob: 883f59bfa097f26f437c465596b5ab26d956c0db (plain)
1
2
3
4
5
6
7
8
#ifndef _MIPS_SETUP_H
#define _MIPS_SETUP_H

#define COMMAND_LINE_SIZE	256

extern void setup_early_printk(void);

#endif /* __SETUP_H */