|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/device.h>#include <linux/string.h>#include <sound/ac97_codec.h>Go to the source code of this file.
Functions | |
| subsys_initcall (ac97_bus_init) | |
| module_exit (ac97_bus_exit) | |
| EXPORT_SYMBOL (ac97_bus_type) | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| struct bus_type | ac97_bus_type |
| EXPORT_SYMBOL | ( | ac97_bus_type | ) |
| module_exit | ( | ac97_bus_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | ac97_bus_init | ) |
Definition at line 52 of file ac97_bus.c.
1.8.2