#include <linux/module.h>
#include <linux/if.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/fddidevice.h>
#include <linux/inetdevice.h>
#include <linux/in.h>
#include <linux/igmp.h>
#include <linux/delay.h>
#include <linux/kthread.h>
#include <linux/slab.h>
#include <net/arp.h>
#include <net/ip.h>
#include <asm/debug.h>
#include <asm/idals.h>
#include <asm/timex.h>
#include <linux/device.h>
#include <asm/ccwgroup.h>
#include "lcs.h"
Go to the source code of this file.
#define KMSG_COMPONENT "lcs" |
Definition at line 26 of file lcs.c.
Definition at line 27 of file lcs.c.
MODULE_DEVICE_TABLE |
( |
ccw |
, |
|
|
lcs_ids |
|
|
) |
| |
module_exit |
( |
lcs_cleanup_module |
| ) |
|
module_init |
( |
lcs_init_module |
| ) |
|