repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.13.16
[linux/fpc-iii.git]
/
include
/
drm
/
drm_sysfs.h
blob
70c9a1074acad77db0ebbe461e09e7ff31e427e7
1
#ifndef _DRM_SYSFS_H_
2
#define _DRM_SYSFS_H_
3
4
struct
drm_device
;
5
struct
device
;
6
7
int
drm_class_device_register
(
struct
device
*
dev
);
8
void
drm_class_device_unregister
(
struct
device
*
dev
);
9
10
void
drm_sysfs_hotplug_event
(
struct
drm_device
*
dev
);
11
12
#endif