diff options
Diffstat (limited to 'include/linux/ks0108.h')
-rw-r--r-- | include/linux/ks0108.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ks0108.h b/include/linux/ks0108.h index 8047d4b17bf..a2c54acceb4 100644 --- a/include/linux/ks0108.h +++ b/include/linux/ks0108.h @@ -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_ */ |