Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/interrupt.h>
#include <linux/wait.h>
#include <linux/bitops.h>
#include <linux/skbuff.h>
#include "../nfc.h"
#include <net/nfc/nci.h>
#include <net/nfc/nci_core.h>
#include <linux/nfc.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__ |
Functions | |
void | nci_data_exchange_complete (struct nci_dev *ndev, struct sk_buff *skb, int err) |
int | nci_send_data (struct nci_dev *ndev, __u8 conn_id, struct sk_buff *skb) |
void | nci_rx_data_packet (struct nci_dev *ndev, struct sk_buff *skb) |