File: hd44780-ext8bit.h

package info (click to toggle)
lcdproc 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,352 kB
  • sloc: ansic: 53,582; sh: 4,288; perl: 681; makefile: 476
file content (9 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#ifndef HD_EXT8BIT_H
#define HD_EXT8BIT_H

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

// initialise this particular driver
int hd_init_ext8bit(Driver *drvthis);

#endif