summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pc1xx/include/mach/sys_proto.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-11-30 07:10:27 -0500
committerTom Rini <trini@konsulko.com>2015-11-30 07:10:27 -0500
commita71d99ac03c8d5d9622962344485b04aade27b67 (patch)
treee2454eb59cd670f982c3da9e7f1dca12694d6c36 /arch/arm/mach-s5pc1xx/include/mach/sys_proto.h
parentc1924d85af4a07dc70aef1ef95c48b54a136733f (diff)
parent225f5eeccd6c0d376a20c15897edd8c69500d8cc (diff)
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Diffstat (limited to 'arch/arm/mach-s5pc1xx/include/mach/sys_proto.h')
-rw-r--r--arch/arm/mach-s5pc1xx/include/mach/sys_proto.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc1xx/include/mach/sys_proto.h b/arch/arm/mach-s5pc1xx/include/mach/sys_proto.h
new file mode 100644
index 0000000000..647d6c4382
--- /dev/null
+++ b/arch/arm/mach-s5pc1xx/include/mach/sys_proto.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2009 Samsung Electrnoics
+ * Minkyu Kang <mk7.kang@samsung.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _SYS_PROTO_H_
+#define _SYS_PROTO_H_
+
+u32 get_device_type(void);
+
+#endif