Changeset 21227 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Jul 5, 2009 7:50:18 PM (16 years ago)
- Location:
- trunk/src/VBox/Additions/linux/module
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/files_vboxadd
r21219 r21227 46 46 ${PATH_ROOT}/include/VBox/ostypes.h=>include/VBox/ostypes.h \ 47 47 ${PATH_ROOT}/include/VBox/VMMDev.h=>include/VBox/VMMDev.h \ 48 ${PATH_ROOT}/include/VBox/VMMDev2.h=>include/VBox/VMMDev2.h \ 48 49 ${PATH_ROOT}/include/VBox/VBoxGuest.h=>include/VBox/VBoxGuest.h \ 50 ${PATH_ROOT}/include/VBox/VBoxGuest2.h=>include/VBox/VBoxGuest2.h \ 49 51 ${PATH_ROOT}/include/VBox/VBoxGuestLib.h=>include/VBox/VBoxGuestLib.h \ 50 52 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp=>GenericRequest.c \ -
trunk/src/VBox/Additions/linux/module/vboxmod.h
r17857 r21227 1 /* $Revision$ */ 1 2 /** @file 2 * 3 * vboxadd -- VirtualBox Guest Additions for Linux 3 * vboxadd - VirtualBox Guest Additions for Linux. 4 4 */ 5 5 … … 23 23 #define VBOXMOD_H 24 24 25 #include <VBox/VMMDev.h> 25 26 #include <VBox/VBoxGuest.h> 26 27 #include <VBox/VBoxGuestLib.h>
Note:
See TracChangeset
for help on using the changeset viewer.