|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/device.h>#include <linux/sysfs.h>#include <linux/efi-bgrt.h>Go to the source code of this file.
Functions | |
| module_init (bgrt_init) | |
| MODULE_AUTHOR ("Matthew Garrett, Josh Triplett <[email protected]>") | |
| MODULE_DESCRIPTION ("BGRT boot graphic support") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Matthew | Garrett, |
| Josh Triplett< josh @joshtriplett.org >" | |||
| ) |
| MODULE_DESCRIPTION | ( | "BGRT boot graphic support" | ) |
| module_init | ( | bgrt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2