Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
main.c File Reference
#include <linux/interrupt.h>
#include <linux/netdevice.h>
#include "2t3e3.h"

Go to the source code of this file.

Functions

void t3e3_init (struct channel *sc)
 
int t3e3_if_start_xmit (struct sk_buff *skb, struct net_device *dev)
 
void t3e3_read_card_serial_number (struct channel *sc)
 
void update_led (struct channel *sc, int blinker)
 

Function Documentation

int t3e3_if_start_xmit ( struct sk_buff skb,
struct net_device dev 
)

Definition at line 26 of file main.c.

void t3e3_init ( struct channel sc)

Definition at line 17 of file main.c.

void t3e3_read_card_serial_number ( struct channel sc)

Definition at line 131 of file main.c.

void update_led ( struct channel sc,
int  blinker 
)

Definition at line 157 of file main.c.