|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/serial.h>#include <linux/serial_8250.h>#include <linux/ssb/ssb.h>#include <bcm47xx.h>Go to the source code of this file.
Functions | |
| module_init (uart8250_init) | |
| MODULE_AUTHOR ("Aurelien Jarno <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("8250 UART probe driver for the BCM47XX platforms") | |
| MODULE_AUTHOR | ( | "Aurelien Jarno <[email protected]>" | ) |
| module_init | ( | uart8250_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2