Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-um / setup.h
blobc85252e803c130923698b9b3e71fb28c3cecf76f
1 #ifndef SETUP_H_INCLUDED
2 #define SETUP_H_INCLUDED
4 /* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
5 * command line, so this choice is ok.*/
7 #define COMMAND_LINE_SIZE 4096
9 #endif /* SETUP_H_INCLUDED */