1 #ifndef __NOUVEAU_DEBUGFS_H__
2 #define __NOUVEAU_DEBUGFS_H__
6 #if defined(CONFIG_DEBUG_FS)
7 extern int nouveau_debugfs_init(struct drm_minor
*);
8 extern void nouveau_debugfs_takedown(struct drm_minor
*);
11 nouveau_debugfs_init(struct drm_minor
*minor
)
16 static inline void nouveau_debugfs_takedown(struct drm_minor
*minor
)