aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ks0108.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ks0108.h')
-rw-r--r--include/linux/ks0108.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ks0108.h b/include/linux/ks0108.h
index 8047d4b17bf1..a2c54acceb4e 100644
--- a/include/linux/ks0108.h
+++ b/include/linux/ks0108.h
@@ -43,4 +43,7 @@ extern void ks0108_address(unsigned char address);
43/* Set the controller's current page (0..7) */ 43/* Set the controller's current page (0..7) */
44extern void ks0108_page(unsigned char page); 44extern void ks0108_page(unsigned char page);
45 45
46/* Is the module inited? */
47extern unsigned char ks0108_isinited(void);
48
46#endif /* _KS0108_H_ */ 49#endif /* _KS0108_H_ */