Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | rt2x00debug |
Macros | |
#define | RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) |
Enumerations | |
enum | rt2x00debugfs_entry_flags { RT2X00DEBUGFS_OFFSET = (1 << 0) } |
#define RT2X00DEBUGFS_REGISTER_ENTRY | ( | __name, | |
__type | |||
) |
Definition at line 41 of file rt2x00debug.h.
enum rt2x00debugfs_entry_flags: Flags for debugfs registry entry
: rt2x00lib should pass the register offset as argument when using the callback function read()/write()
Definition at line 37 of file rt2x00debug.h.