diff options
Diffstat (limited to 'include/asm-cris/setup.h')
-rw-r--r-- | include/asm-cris/setup.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-cris/setup.h b/include/asm-cris/setup.h new file mode 100644 index 000000000000..b90728652d1a --- /dev/null +++ b/include/asm-cris/setup.h @@ -0,0 +1,6 @@ +#ifndef _CRIS_SETUP_H +#define _CRIS_SETUP_H + +#define COMMAND_LINE_SIZE 256 + +#endif |