Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 80c218812786f619c9a1ce50d0e7c32c7afde4de authored by Linus Torvalds on 08 November 2006, 02:24:20 UTC
Linux 2.6.19-rc5
Tip revision: 80c2188
setup.h
#ifdef __KERNEL__
#ifndef _SH_SETUP_H
#define _SH_SETUP_H

#define COMMAND_LINE_SIZE 256

int setup_early_printk(char *);

#endif /* _SH_SETUP_H */
#endif /* __KERNEL__ */
back to top