lcd_2x20.h 131 B

123456
  1. #ifndef LCD2002_IOCTL_H
  2. #define LCD2002_IOCTL_H
  3. int lcd2x20_init(void);
  4. void lcd2x20_exit(void);
  5. #endif /* LCD2002_IOCTL_H */