|
Linux Kernel
3.7.1
|
#include <linux/pci.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/netdevice.h>#include "atmel.h"Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Simon Kelley") | |
| MODULE_DESCRIPTION ("Support for Atmel at76c50x 802.11 wireless ethernet cards.") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_SUPPORTED_DEVICE ("Atmel at76c506 PCI wireless cards") | |
| MODULE_DEVICE_TABLE (pci, card_ids) | |
| module_pci_driver (atmel_driver) | |
| MODULE_AUTHOR | ( | "Simon Kelley" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| card_ids | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_pci_driver | ( | atmel_driver | ) |
1.8.2