Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ntf.c File Reference
#include <linux/types.h>
#include <linux/interrupt.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_clear_target_list (struct nci_dev *ndev)
 
void nci_ntf_packet (struct nci_dev *ndev, struct sk_buff *skb)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": %s: " fmt, __func__

Definition at line 28 of file ntf.c.

Function Documentation

void nci_clear_target_list ( struct nci_dev ndev)

Definition at line 264 of file ntf.c.

void nci_ntf_packet ( struct nci_dev ndev,
struct sk_buff skb 
)

Definition at line 567 of file ntf.c.