aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/include/scf0403_lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/include/scf0403_lcd.h')
-rw-r--r--roms/u-boot/include/scf0403_lcd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/include/scf0403_lcd.h b/roms/u-boot/include/scf0403_lcd.h
new file mode 100644
index 000000000..07f8c643b
--- /dev/null
+++ b/roms/u-boot/include/scf0403_lcd.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2013, Compulab Inc.
+ */
+#ifndef SCF0403_LCD_H_
+#define SCF0403_LCD_H_
+
+int scf0403_init(int reset_gpio);
+
+#endif