Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/usb/ch9.h>
#include <linux/module.h>
#include "f_mass_storage.c"
Go to the source code of this file.
Macros | |
#define | DRIVER_DESC "Mass Storage Gadget" |
#define | DRIVER_VERSION "2009/09/11" |
Functions | |
USB_GADGET_COMPOSITE_OPTIONS () | |
FSG_MODULE_PARAMETERS (, mod_data) | |
MODULE_DESCRIPTION (DRIVER_DESC) | |
MODULE_AUTHOR ("Michal Nazarewicz") | |
MODULE_LICENSE ("GPL") | |
module_init (msg_init) | |
module_exit (msg_cleanup) | |
#define DRIVER_DESC "Mass Storage Gadget" |
Definition at line 37 of file mass_storage.c.
#define DRIVER_VERSION "2009/09/11" |
Definition at line 38 of file mass_storage.c.
FSG_MODULE_PARAMETERS | ( | mod_data | ) |
MODULE_AUTHOR | ( | "Michal Nazarewicz" | ) |
MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
module_exit | ( | msg_cleanup | ) |
module_init | ( | msg_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
USB_GADGET_COMPOSITE_OPTIONS | ( | ) |