aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ks0108.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ks0108.h')
-rw-r--r--include/linux/ks0108.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/ks0108.h b/include/linux/ks0108.h
index 8047d4b17bf..cb311798e0b 100644
--- a/include/linux/ks0108.h
+++ b/include/linux/ks0108.h
@@ -4,7 +4,7 @@
* Description: ks0108 LCD Controller driver header
* License: GPLv2
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
@@ -43,4 +43,7 @@ extern void ks0108_address(unsigned char address);
/* Set the controller's current page (0..7) */
extern void ks0108_page(unsigned char page);
+/* Is the module inited? */
+extern unsigned char ks0108_isinited(void);
+
#endif /* _KS0108_H_ */