Changeset 48355 in vbox for trunk/src/VBox
- Timestamp:
- Sep 6, 2013 1:03:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm2/vbox_drv.h
r48115 r48355 3 3 * VirtualBox Additions Linux kernel video driver 4 4 */ 5 5 q 6 6 /* 7 7 * Copyright (C) 2013 Oracle Corporation … … 20 20 * with the following copyright and permission notice: 21 21 * 22 * Copyright 2012 Red Hat Inc. 22 23 * 23 24 * Permission is hereby granted, free of charge, to any person obtaining a … … 123 124 struct drm_framebuffer base; 124 125 struct drm_gem_object *obj; 126 uint64_t offBase; 125 127 }; 126 128
Note:
See TracChangeset
for help on using the changeset viewer.