Linux Kernel
3.7.1
|
#include <llc.h>
Data Fields | |
void *(* | init )(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, rcv_to_hci_t rcv_to_hci, int tx_headroom, int tx_tailroom, int *rx_headroom, int *rx_tailroom, llc_failure_t llc_failure) |
void(* | deinit )(struct nfc_llc *llc) |
int(* | start )(struct nfc_llc *llc) |
int(* | stop )(struct nfc_llc *llc) |
void(* | rcv_from_drv )(struct nfc_llc *llc, struct sk_buff *skb) |
int(* | xmit_from_hci )(struct nfc_llc *llc, struct sk_buff *skb) |
void*(* init)(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, rcv_to_hci_t rcv_to_hci, int tx_headroom, int tx_tailroom, int *rx_headroom, int *rx_tailroom, llc_failure_t llc_failure) |