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