xref: /openbmc/linux/include/drm/drm_sysfs.h (revision 91faa047)
1327c225bSThomas Hellstrom #ifndef _DRM_SYSFS_H_
2327c225bSThomas Hellstrom #define _DRM_SYSFS_H_
3327c225bSThomas Hellstrom 
4327c225bSThomas Hellstrom /**
5327c225bSThomas Hellstrom  * This minimalistic include file is intended for users (read TTM) that
6327c225bSThomas Hellstrom  * don't want to include the full drmP.h file.
7327c225bSThomas Hellstrom  */
8327c225bSThomas Hellstrom 
991faa047SDaniel Vetter int drm_class_device_register(struct device *dev);
1091faa047SDaniel Vetter void drm_class_device_unregister(struct device *dev);
11327c225bSThomas Hellstrom 
12327c225bSThomas Hellstrom #endif
13