Linux Kernel
3.7.1
|
#include <hci_uart.h>
Data Fields | |
unsigned int | id |
int(* | open )(struct hci_uart *hu) |
int(* | close )(struct hci_uart *hu) |
int(* | flush )(struct hci_uart *hu) |
int(* | recv )(struct hci_uart *hu, void *data, int len) |
int(* | enqueue )(struct hci_uart *hu, struct sk_buff *skb) |
struct sk_buff *(* | dequeue )(struct hci_uart *hu) |
Definition at line 54 of file hci_uart.h.
Definition at line 57 of file hci_uart.h.
Definition at line 58 of file hci_uart.h.
Definition at line 55 of file hci_uart.h.
Definition at line 56 of file hci_uart.h.