Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/errno.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 | container_obj(layr) ((struct cfsrvl *) layr) |
#define | UTIL_PAYLOAD 0x00 |
#define | UTIL_CMD_BIT 0x80 |
#define | UTIL_REMOTE_SHUTDOWN 0x82 |
#define | UTIL_FLOW_OFF 0x81 |
#define | UTIL_FLOW_ON 0x80 |
Functions | |
struct cflayer * | cfutill_create (u8 channel_id, struct dev_info *dev_info) |
#define pr_fmt | ( | fmt | ) | KBUILD_MODNAME ":%s(): " fmt, __func__ |