aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-snapdragon/include/mach/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-snapdragon/include/mach/misc.h')
-rw-r--r--arch/arm/mach-snapdragon/include/mach/misc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-snapdragon/include/mach/misc.h b/arch/arm/mach-snapdragon/include/mach/misc.h
new file mode 100644
index 0000000..5af6ae8
--- /dev/null
+++ b/arch/arm/mach-snapdragon/include/mach/misc.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Snapdragon DRAM
+ * Copyright (C) 2018 Ramon Fried <ramon.fried@gmail.com>
+ */
+
+#ifndef MISC_H
+#define MISC_H
+
+u32 msm_board_serial(void);
+
+#endif