|
Linux Kernel
3.7.1
|
#include <linux/skbuff.h>#include <linux/string.h>#include <linux/module.h>#include <asm/byteorder.h>#include <net/irda/irda.h>#include <net/irda/wrapper.h>#include <net/irda/crc.h>#include <net/irda/irlap.h>#include <net/irda/irlap_frame.h>#include <net/irda/irda_device.h>Go to the source code of this file.
Functions | |
| int | async_wrap_skb (struct sk_buff *skb, __u8 *tx_buff, int buffsize) |
| EXPORT_SYMBOL (async_wrap_skb) | |
| void | async_unwrap_char (struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) |
| EXPORT_SYMBOL (async_unwrap_char) | |
| void async_unwrap_char | ( | struct net_device * | dev, |
| struct net_device_stats * | stats, | ||
| iobuff_t * | rx_buff, | ||
| __u8 | byte | ||
| ) |
| EXPORT_SYMBOL | ( | async_wrap_skb | ) |
| EXPORT_SYMBOL | ( | async_unwrap_char | ) |
1.8.2