summaryrefslogtreecommitdiffstats
path: root/board/kobol/helios64-rk3399/sys_otp.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/kobol/helios64-rk3399/sys_otp.h')
-rw-r--r--board/kobol/helios64-rk3399/sys_otp.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/kobol/helios64-rk3399/sys_otp.h b/board/kobol/helios64-rk3399/sys_otp.h
new file mode 100644
index 0000000000..48273d4a95
--- /dev/null
+++ b/board/kobol/helios64-rk3399/sys_otp.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+#ifndef __HELIOS64_SYS_OTP_H
+#define __HELIOS64_SYS_OTP_H
+
+int read_otp_data(void);
+void set_board_info(void);
+int get_revision(int *major, int *minor);
+const char *get_variant(void);
+int mac_read_from_otp(void);
+
+#endif