Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6.git] / drivers / staging / line6 / podhd.h
blob652f74056bb977d9a526103fcdba54426fd661db
1 /*
2 * Line6 Pod HD
4 * Copyright (C) 2011 Stefan Hajnoczi <stefanha@gmail.com>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation, version 2.
12 #ifndef PODHD_H
13 #define PODHD_H
15 #include <linux/usb.h>
17 #include "driver.h"
19 struct usb_line6_podhd {
20 /**
21 Generic Line6 USB data.
23 struct usb_line6 line6;
26 extern void line6_podhd_disconnect(struct usb_interface *interface);
27 extern int line6_podhd_init(struct usb_interface *interface,
28 struct usb_line6_podhd *podhd);
30 #endif /* PODHD_H */