This repository has been archived on 2025-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
android-g900/kernel-2.6.33/arch/mips/include/asm/setup.h
2010-09-03 00:00:59 +06:00

11 lines
182 B
C

#ifndef _MIPS_SETUP_H
#define _MIPS_SETUP_H
#define COMMAND_LINE_SIZE 4096
#ifdef __KERNEL__
extern void setup_early_printk(void);
#endif /* __KERNEL__ */
#endif /* __SETUP_H */