aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-sh/setup.h
blob: d19de7c8df4e258066a8911ddc9064467392c0c5 (plain) (blame)
1
2
3
4
5
6
7
8
#ifdef __KERNEL__
#ifndef _SH_SETUP_H
#define _SH_SETUP_H

#define COMMAND_LINE_SIZE 256

#endif /* _SH_SETUP_H */
#endif /* __KERNEL__ */