linux-surface/kernel/include/drm/drm_sysfs.h

14 lines
287 B
C
Raw Normal View History

2017-11-06 02:38:20 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
2017-08-10 13:25:24 +00:00
#ifndef _DRM_SYSFS_H_
#define _DRM_SYSFS_H_
struct drm_device;
struct device;
int drm_class_device_register(struct device *dev);
void drm_class_device_unregister(struct device *dev);
void drm_sysfs_hotplug_event(struct drm_device *dev);
#endif