Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/etherdevice.h>
#include <linux/crc32.h>
#include <linux/slab.h>
#include "u_ether.h"
Go to the source code of this file.
Data Structures | |
struct | f_eem |
Macros | |
#define | EEM_HLEN 2 |
Functions | |
int __init | eem_bind_config (struct usb_configuration *c) |
int __init eem_bind_config | ( | struct usb_configuration * | c | ) |
eem_bind_config - add CDC Ethernet (EEM) network link to a configuration : the configuration to support the network link Context: single threaded during gadget setup
Returns zero on success, else negative errno.
Caller must have called (). Caller is also responsible for calling () before module unload.