Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <asm/blackfin.h>
#include <linux/gpio.h>
#include <linux/io.h>
#include <asm/unaligned.h>
Go to the source code of this file.
Data Structures | |
struct | async_state |
Macros | |
#define | pr_devinit(fmt, args...) ({ static const __devinitconst char __fmt[] = fmt; printk(__fmt, ## args); }) |
#define | DRIVER_NAME "bfin-async-flash" |
Functions | |
module_platform_driver (bfin_flash_driver) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("MTD map driver for Blackfins with flash/ethernet on same async bank") | |
Definition at line 35 of file bfin-async-flash.c.
#define pr_devinit | ( | fmt, | |
args... | |||
) | ({ static const __devinitconst char __fmt[] = fmt; printk(__fmt, ## args); }) |
Definition at line 33 of file bfin-async-flash.c.
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | bfin_flash_driver | ) |