diff options
Diffstat (limited to 'arch/mips/include/uapi/asm/setup.h')
-rw-r--r-- | arch/mips/include/uapi/asm/setup.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/include/uapi/asm/setup.h b/arch/mips/include/uapi/asm/setup.h new file mode 100644 index 00000000000..93f237bb135 --- /dev/null +++ b/arch/mips/include/uapi/asm/setup.h @@ -0,0 +1,7 @@ +#ifndef _UAPI_MIPS_SETUP_H +#define _UAPI_MIPS_SETUP_H + +#define COMMAND_LINE_SIZE 4096 + + +#endif /* _UAPI_MIPS_SETUP_H */ |