Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/delay.h>
#include <linux/maple.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
Go to the source code of this file.
Data Structures | |
struct | vmu_cache |
struct | mdev_part |
struct | vmupart |
struct | memcard |
struct | vmu_block |
Macros | |
#define | ERRSTR "VMU at (%d, %d) file error -" |
Functions | |
module_init (vmu_flash_map_init) | |
module_exit (vmu_flash_map_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Adrian McMenamin") | |
MODULE_DESCRIPTION ("Flash mapping for Sega Dreamcast visual memory") | |
MODULE_AUTHOR | ( | "Adrian McMenamin" | ) |
module_exit | ( | vmu_flash_map_exit | ) |
module_init | ( | vmu_flash_map_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |