Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/vmalloc.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/module.h>
Go to the source code of this file.
Data Structures | |
struct | fis_image_desc |
struct | fis_list |
Functions | |
module_param (directory, int, 0) | |
MODULE_ALIAS ("RedBoot") | |
module_init (redboot_parser_init) | |
module_exit (redboot_parser_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("David Woodhouse <[email protected]>") | |
MODULE_DESCRIPTION ("Parsing code for RedBoot Flash Image System (FIS) tables") | |
MODULE_ALIAS | ( | "RedBoot" | ) |
MODULE_AUTHOR | ( | "David Woodhouse <[email protected]>" | ) |
module_exit | ( | redboot_parser_exit | ) |
module_init | ( | redboot_parser_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | directory | , |
int | , | ||
0 | |||
) |