-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thomas Hellstrom
authored and
Dave Airlie
committed
Aug 19, 2009
1 parent
bbb91f2
commit 9a76c60
Showing
3 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a0724fcf829e5afb66159ef68cb16a805ea11b42 | ||
refs/heads/master: 327c225bd548bf7871f116a0baa5ebdac884e452 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#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. | ||
*/ | ||
|
||
extern int drm_class_device_register(struct device *dev); | ||
extern void drm_class_device_unregister(struct device *dev); | ||
|
||
#endif |