2009-08-17 14:28:37 +00:00
|
|
|
#ifndef _DRM_SYSFS_H_
|
|
|
|
#define _DRM_SYSFS_H_
|
|
|
|
|
2017-04-04 09:52:55 +00:00
|
|
|
struct drm_device;
|
|
|
|
struct device;
|
2009-08-17 14:28:37 +00:00
|
|
|
|
2017-03-22 08:36:02 +00:00
|
|
|
int drm_class_device_register(struct device *dev);
|
|
|
|
void drm_class_device_unregister(struct device *dev);
|
2009-08-17 14:28:37 +00:00
|
|
|
|
2017-04-04 09:52:55 +00:00
|
|
|
void drm_sysfs_hotplug_event(struct drm_device *dev);
|
|
|
|
|
2009-08-17 14:28:37 +00:00
|
|
|
#endif
|