aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/include/asm/arch-s5pc1xx/sys_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-s5pc1xx/sys_proto.h')
-rw-r--r--roms/u-boot/arch/arm/include/asm/arch-s5pc1xx/sys_proto.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-s5pc1xx/sys_proto.h b/roms/u-boot/arch/arm/include/asm/arch-s5pc1xx/sys_proto.h
new file mode 100644
index 00000000..647d6c43
--- /dev/null
+++ b/roms/u-boot/arch/arm/include/asm/arch-s5pc1xx/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