summaryrefslogtreecommitdiff
path: root/include/scf0403_lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scf0403_lcd.h')
-rw-r--r--include/scf0403_lcd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/scf0403_lcd.h b/include/scf0403_lcd.h
new file mode 100644
index 0000000..07f8c64
--- /dev/null
+++ b/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