Linux Kernel
3.7.1
|
#include <linux/proc_fs.h>
#include <linux/init.h>
#include <net/irda/irda.h>
#include <net/irda/irlmp.h>
#include <net/irda/iriap.h>
#include <net/irda/irttp.h>
#include <net/irda/irias_object.h>
#include <net/irda/ircomm_core.h>
#include <net/irda/ircomm_event.h>
Go to the source code of this file.
Functions | |
int | ircomm_do_event (struct ircomm_cb *self, IRCOMM_EVENT event, struct sk_buff *skb, struct ircomm_info *info) |
void | ircomm_next_state (struct ircomm_cb *self, IRCOMM_STATE state) |
Variables | |
const char *const | ircomm_state [] |
int ircomm_do_event | ( | struct ircomm_cb * | self, |
IRCOMM_EVENT | event, | ||
struct sk_buff * | skb, | ||
struct ircomm_info * | info | ||
) |
Definition at line 229 of file ircomm_event.c.
void ircomm_next_state | ( | struct ircomm_cb * | self, |
IRCOMM_STATE | state | ||
) |
Definition at line 244 of file ircomm_event.c.
Definition at line 52 of file ircomm_event.c.