]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/drm/drm_sysfs.h
Linux 4.14-rc6
[mirror_ubuntu-bionic-kernel.git] / include / drm / drm_sysfs.h
CommitLineData
327c225b
TH
1#ifndef _DRM_SYSFS_H_
2#define _DRM_SYSFS_H_
3
e2271704
DV
4struct drm_device;
5struct device;
327c225b 6
91faa047
DV
7int drm_class_device_register(struct device *dev);
8void drm_class_device_unregister(struct device *dev);
327c225b 9
e2271704
DV
10void drm_sysfs_hotplug_event(struct drm_device *dev);
11
327c225b 12#endif