Linux Kernel
3.7.1
|
#include <linux/stddef.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <net/caif/caif_layer.h>
#include <net/caif/cfpkt.h>
#include <net/caif/cfserl.h>
Go to the source code of this file.
Data Structures | |
struct | cfserl |
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ |
#define | container_obj(layr) ((struct cfserl *) layr) |
#define | CFSERL_STX 0x02 |
#define | SERIAL_MINIUM_PACKET_SIZE 4 |
#define | SERIAL_MAX_FRAMESIZE 4096 |
Functions | |
struct cflayer * | cfserl_create (int instance, bool use_stx) |