1 /* Public domain. */ 2 3 #ifndef _LINUX_DEBUGFS_H 4 #define _LINUX_DEBUGFS_H 5 6 struct debugfs_regset32 { 7 }; 8 9 #define debugfs_create_atomic_t(a, b, c, d) 10 #define debugfs_remove(a) 11 #define debugfs_create_dir(a, b) ERR_PTR(-ENOSYS) 12 #define debugfs_create_file(a, b, c, d, e) ERR_PTR(-ENOSYS) 13 14 #endif 15