You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/include/asm-sh/setup.h

13 lines
198 B

#ifndef _SH_SETUP_H
#define _SH_SETUP_H
#define COMMAND_LINE_SIZE 256
#ifdef __KERNEL__
int setup_early_printk(char *);
void sh_mv_setup(void);
#endif /* __KERNEL__ */
#endif /* _SH_SETUP_H */