|
Linux Kernel
3.7.1
|
#include <linux/fs.h>#include <linux/miscdevice.h>#include <linux/slab.h>#include <linux/uaccess.h>#include <linux/module.h>#include <asm/lv1call.h>#include <asm/ps3stor.h>Go to the source code of this file.
Data Structures | |
| struct | ps3flash_private |
Macros | |
| #define | DEVICE_NAME "ps3flash" |
| #define | FLASH_BLOCK_SIZE (256*1024) |
Functions | |
| module_init (ps3flash_init) | |
| module_exit (ps3flash_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("PS3 FLASH ROM Storage Driver") | |
| MODULE_AUTHOR ("Sony Corporation") | |
| MODULE_ALIAS (PS3_MODULE_ALIAS_STOR_FLASH) | |
| #define DEVICE_NAME "ps3flash" |
Definition at line 31 of file ps3flash.c.
| #define FLASH_BLOCK_SIZE (256*1024) |
Definition at line 33 of file ps3flash.c.
| MODULE_ALIAS | ( | PS3_MODULE_ALIAS_STOR_FLASH | ) |
| MODULE_AUTHOR | ( | "Sony Corporation" | ) |
| module_exit | ( | ps3flash_exit | ) |
| module_init | ( | ps3flash_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2