1 #ifndef __NOUVEAU_SYSFS_H__
2 #define __NOUVEAU_SYSFS_H__
4 #include "nouveau_drm.h"
7 struct nvif_object ctrl
;
10 static inline struct nouveau_sysfs
*
11 nouveau_sysfs(struct drm_device
*dev
)
13 return nouveau_drm(dev
)->sysfs
;
16 int nouveau_sysfs_init(struct drm_device
*);
17 void nouveau_sysfs_fini(struct drm_device
*);
19 extern int nouveau_pstate
;