2009-08-17 22:28:37 +08:00
|
|
|
#ifndef _DRM_SYSFS_H_
|
|
|
|
#define _DRM_SYSFS_H_
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This minimalistic include file is intended for users (read TTM) that
|
|
|
|
* don't want to include the full drmP.h file.
|
|
|
|
*/
|
|
|
|
|
2017-03-22 16:36:02 +08:00
|
|
|
int drm_class_device_register(struct device *dev);
|
|
|
|
void drm_class_device_unregister(struct device *dev);
|
2009-08-17 22:28:37 +08:00
|
|
|
|
|
|
|
#endif
|