1 #ifndef B43legacy_DEBUGFS_H_
2 #define B43legacy_DEBUGFS_H_
17 #ifdef CONFIG_B43LEGACY_DEBUG
21 #define B43legacy_NR_LOGGED_TXSTATUS 100
23 struct b43legacy_txstatus_log {
29 struct b43legacy_dfs_file {
35 struct b43legacy_dfsentry {
39 struct b43legacy_dfs_file file_tsf;
40 struct b43legacy_dfs_file file_ucode_regs;
41 struct b43legacy_dfs_file file_shm;
42 struct b43legacy_dfs_file file_txstat;
43 struct b43legacy_dfs_file file_txpower_g;
44 struct b43legacy_dfs_file file_restart;
45 struct b43legacy_dfs_file file_loctls;
47 struct b43legacy_txstatus_log txstatlog;