Linux Kernel
3.7.1
|
#include <linux/stddef.h>
#include <linux/slab.h>
#include <net/caif/caif_layer.h>
#include <net/caif/cfsrvl.h>
#include <net/caif/cfpkt.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ |
#define | VEI_PAYLOAD 0x00 |
#define | VEI_CMD_BIT 0x80 |
#define | VEI_FLOW_OFF 0x81 |
#define | VEI_FLOW_ON 0x80 |
#define | VEI_SET_PIN 0x82 |
#define | container_obj(layr) container_of(layr, struct cfsrvl, layer) |
Functions | |
struct cflayer * | cfvei_create (u8 channel_id, struct dev_info *dev_info) |
#define container_obj | ( | layr | ) | container_of(layr, struct cfsrvl, layer) |