#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/freezer.h>
#include <linux/jiffies.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/kthread.h>
#include <linux/sched.h>
#include <linux/highmem.h>
#include <asm/byteorder.h>
#include <linux/swab.h>
#include "r592.h"
Go to the source code of this file.
memstick_debug_get_tpc_name - debug helper that returns string for a TPC number
Definition at line 50 of file r592.c.
MODULE_DESCRIPTION |
( |
"Ricoh R5C592 Memstick/Memstick PRO card reader driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
r592_pci_id_tbl |
|
|
) |
| |
module_exit |
( |
r592_module_exit |
| ) |
|
module_init |
( |
r592_module_init |
| ) |
|