aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/uapi/asm/setup.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-12-19 16:07:13 +0000
committerDavid Howells <dhowells@redhat.com>2012-12-19 16:07:13 +0000
commit1ec94e75def550548725a0bd77312ed6c266687a (patch)
tree210613672db0126543ef0138950a245bbab6aee2 /arch/h8300/include/uapi/asm/setup.h
parentMerge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux (diff)
downloadlinux-dev-1ec94e75def550548725a0bd77312ed6c266687a.tar.xz
linux-dev-1ec94e75def550548725a0bd77312ed6c266687a.zip
UAPI: (Scripted) Disintegrate arch/h8300/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/h8300/include/uapi/asm/setup.h')
-rw-r--r--arch/h8300/include/uapi/asm/setup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/h8300/include/uapi/asm/setup.h b/arch/h8300/include/uapi/asm/setup.h
new file mode 100644
index 000000000000..e2c600e96733
--- /dev/null
+++ b/arch/h8300/include/uapi/asm/setup.h
@@ -0,0 +1,6 @@
+#ifndef __H8300_SETUP_H
+#define __H8300_SETUP_H
+
+#define COMMAND_LINE_SIZE 512
+
+#endif