/* LCD display for AKI-LAN (POSIX style) 2005/03/01 This code was designed and coded by SHIBUYA K. */ #ifndef LCD_DEV_H #define LCD_DEV_H #include <sys/types.h> #include <sys/stat.h> extern ssize_t lcd_write(int fd, const void *data, size_t n); extern int lcd_fstat(int fd, struct stat *sb); #endif /* LCD_DEV_H */