• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _EPSON_USB_H_
2 #define _EPSON_USB_H_
3 
4 #define SANE_EPSON_VENDOR_ID	(0x4b8)
5 
6 extern SANE_Word sanei_epson_usb_product_ids[];
7 
8 extern int sanei_epson_getNumberOfUSBProductIds (void);
9 
10 #endif
11