diff options
author | David Howells <dhowells@redhat.com> | 2012-10-10 12:09:31 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-10 12:09:31 +0100 |
commit | 83b9d3a082a6e5281b5b5fc45337270d915af39d (patch) | |
tree | e93c546ddcb9b656861efc5c884df77be6d917ad /arch/avr32/include/uapi/asm/setup.h | |
parent | 42859eea96ba6beabfb0369a1eeffa3c7d2bd9cb (diff) | |
download | talos-obmc-linux-83b9d3a082a6e5281b5b5fc45337270d915af39d.tar.gz talos-obmc-linux-83b9d3a082a6e5281b5b5fc45337270d915af39d.zip |
UAPI: (Scripted) Disintegrate arch/avr32/include/asm
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
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 @@ +/* + * Copyright (C) 2004-2006 Atmel Corporation + * + * Based on linux/include/asm-arm/setup.h + * Copyright (C) 1997-1999 Russell King + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +#ifndef _UAPI__ASM_AVR32_SETUP_H__ +#define _UAPI__ASM_AVR32_SETUP_H__ + +#define COMMAND_LINE_SIZE 256 + + +#endif /* _UAPI__ASM_AVR32_SETUP_H__ */ |