]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/libs4c/usb/more/usb/msc_loader.h
Merge master into can-usb1 branch to include proc update for 3.12+ kernels.
[lincan.git] / embedded / libs4c / usb / more / usb / msc_loader.h
1 #ifndef _MSC_LOADER_H
2 #define _MSC_LOADER_H
3
4 #include <usb/usb_loader.h>
5
6 int usb_msc1210_loader(usb_device_t *udev);
7
8 #endif /*_MSC_LOADER_H*/