1/*
2 * epsonds-usb.h - Epson ESC/I-2 driver, USB device list.
3 *
4 * Copyright (C) 2015 Tower Technologies
5 * Author: Alessandro Zummo <a.zummo@towertech.it>
6 *
7 * This file is part of the SANE package.
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation, version 2.
12 */
13
14#include "sane/sane.h"
15
16#ifndef _EPSONDS_USB_H_
17#define _EPSONDS_USB_H_
18
19#define SANE_EPSONDS_VENDOR_ID	(0x4b8)
20
21#endif
22