File: hd44780-uss720.h

package info (click to toggle)
lcdproc 0.5.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,064 kB
  • sloc: ansic: 59,645; sh: 1,740; perl: 681; makefile: 417
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#ifndef HD_USS720_H
#define HD_USS720_H

#include "lcd.h"		/* for Driver */

/* initialise this particular driver */
int hd_init_uss720(Driver *drvthis);
#endif