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
ARM: dts: stm32: add gadget fifo sizes to usbotg_hs on stm32f746
[linux/fpc-iii.git]
/
include
/
drm
/
drm_sysfs.h
blob
4f311e836cdc26cd0118902cac0fc115c6e58107
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _DRM_SYSFS_H_
3
#define _DRM_SYSFS_H_
4
5
struct
drm_device
;
6
struct
device
;
7
8
int
drm_class_device_register
(
struct
device
*
dev
);
9
void
drm_class_device_unregister
(
struct
device
*
dev
);
10
11
void
drm_sysfs_hotplug_event
(
struct
drm_device
*
dev
);
12
13
#endif