|
From: Paul M. <le...@us...> - 2006-07-31 08:43:22
|
Update of /cvsroot/linuxsh/linux/include/asm-sh In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3961/include/asm-sh Added Files: setup.h Log Message: Missing header update for earlyprintk changes. --- NEW FILE: 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__ */ |