|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/of.h>#include <linux/mtd/mtd.h>#include <linux/slab.h>#include <linux/mtd/partitions.h>Go to the source code of this file.
Functions | |
| module_init (ofpart_parser_init) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("Parser for MTD partitioning information in device tree") | |
| MODULE_AUTHOR ("Vitaly Wool, David Gibson") | |
| MODULE_ALIAS ("ofoldpart") | |
| MODULE_ALIAS | ( | "ofoldpart" | ) |
| MODULE_AUTHOR | ( | "Vitaly | Wool, |
| David Gibson" | |||
| ) |
| module_init | ( | ofpart_parser_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2