]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/drm/drm_sysfs.h
hrtimer: Annotate lockless access to timer->state
[mirror_ubuntu-bionic-kernel.git] / include / drm / drm_sysfs.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
327c225b
TH
2#ifndef _DRM_SYSFS_H_
3#define _DRM_SYSFS_H_
4
e2271704
DV
5struct drm_device;
6struct device;
327c225b 7
91faa047
DV
8int drm_class_device_register(struct device *dev);
9void drm_class_device_unregister(struct device *dev);
327c225b 10
e2271704
DV
11void drm_sysfs_hotplug_event(struct drm_device *dev);
12
327c225b 13#endif