diff options
Diffstat (limited to 'arch/avr32/include/uapi/asm/setup.h')
-rw-r--r-- | arch/avr32/include/uapi/asm/setup.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/avr32/include/uapi/asm/setup.h b/arch/avr32/include/uapi/asm/setup.h new file mode 100644 index 000000000000..e58aa9356faf --- /dev/null +++ b/arch/avr32/include/uapi/asm/setup.h | |||
@@ -0,0 +1,17 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2004-2006 Atmel Corporation | ||
3 | * | ||
4 | * Based on linux/include/asm-arm/setup.h | ||
5 | * Copyright (C) 1997-1999 Russell King | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | #ifndef _UAPI__ASM_AVR32_SETUP_H__ | ||
12 | #define _UAPI__ASM_AVR32_SETUP_H__ | ||
13 | |||
14 | #define COMMAND_LINE_SIZE 256 | ||
15 | |||
16 | |||
17 | #endif /* _UAPI__ASM_AVR32_SETUP_H__ */ | ||