|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/delay.h>#include <asm/pmac_feature.h>#include "orinoco.h"Go to the source code of this file.
Data Structures | |
| struct | airport |
Macros | |
| #define | DRIVER_NAME "airport" |
| #define | PFX DRIVER_NAME ": " |
| #define | AIRPORT_IO_LEN (0x1000) /* one page */ |
Functions | |
| MODULE_AUTHOR ("Benjamin Herrenschmidt <[email protected]>") | |
| MODULE_DESCRIPTION ("Driver for the Apple Airport wireless card.") | |
| MODULE_LICENSE ("Dual MPL/GPL") | |
| MODULE_DEVICE_TABLE (of, airport_match) | |
| module_init (init_airport) | |
| module_exit (exit_airport) | |
| #define PFX DRIVER_NAME ": " |
| MODULE_AUTHOR | ( | "Benjamin Herrenschmidt <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | of | , |
| airport_match | |||
| ) |
| module_exit | ( | exit_airport | ) |
| module_init | ( | init_airport | ) |
| MODULE_LICENSE | ( | "Dual MPL/GPL" | ) |
1.8.2