File: epson_usb.h

package info (click to toggle)
sane-backends 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,552 kB
  • sloc: ansic: 418,643; cpp: 33,564; makefile: 2,502; java: 1,412; sh: 663; python: 330; awk: 83; perl: 27
file content (10 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
#ifndef _EPSON_USB_H_
#define _EPSON_USB_H_

#define SANE_EPSON_VENDOR_ID	(0x4b8)

extern SANE_Word sanei_epson_usb_product_ids[];

extern int sanei_epson_getNumberOfUSBProductIds (void);

#endif