Changeset 67459 in vbox for trunk/src/VBox/Additions/linux/drm
- Timestamp:
- Jun 19, 2017 9:21:10 AM (8 years ago)
- Location:
- trunk/src/VBox/Additions/linux/drm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/HGSMIBase.h
r67175 r67459 29 29 30 30 #include <VBoxVideoIPRT.h> 31 #include <HGSMIDefs.h> 31 32 #include <HGSMIChannels.h> 32 33 #include <HGSMIChSetup.h> 33 #include <HGSMIDefs.h>34 34 #include <linux/genalloc.h> 35 35 -
trunk/src/VBox/Additions/linux/drm/VBoxVideoIPRT.h
r67177 r67459 109 109 * @{ */ 110 110 111 /* HGSMI uses 32 bit offsets and sizes. */112 typedef uint32_t HGSMISIZE;113 typedef uint32_t HGSMIOFFSET;114 115 111 typedef void RTRECT; 116 112
Note:
See TracChangeset
for help on using the changeset viewer.