blob: a57025bf5b814d23dd2839454e4b44a2103b5954 [file] [log] [blame]
Ian Abbottd1a6b732015-01-27 17:49:01 +00001/*
2 * comedi_usb.h
3 * header file for USB Comedi drivers
4 *
5 * COMEDI - Linux Control and Measurement Device Interface
6 * Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 */
18
19#ifndef _COMEDI_USB_H
20#define _COMEDI_USB_H
21
22#include <linux/usb.h>
23
24#include "comedidev.h"
25
26/*
27 * TODO: Move USB-specific stuff into here from "comedidev.h".
28 */
29
30#endif /* _COMEDI_USB_H */