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