Changeset 4802 in vbox
- Timestamp:
- Sep 14, 2007 3:19:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/logbackdoor.cpp
r4695 r4802 76 76 */ 77 77 } 78 79 78 80 #if defined(RT_OS_LINUX) && defined(IN_MODULE) 79 /* When we build this in the Linux kernel module, we need to make the 80 symbols available to other modules as well. */ 81 #include <linux/module.h> 81 /* 82 * When we build this in the Linux kernel module, we wish to make the 83 * symbols available to other modules as well. 84 */ 85 # include <linux/module.h> 82 86 # ifdef DEBUG 83 87 /* We only export the full logging infrastructure to the guest kernel … … 86 90 # endif 87 91 EXPORT_SYMBOL(RTLogWriteUser); 88 #endif /* RT_OS_LINUX and IN_MODULE defined */ 92 #endif /* RT_OS_LINUX && IN_MODULE */ 93
Note:
See TracChangeset
for help on using the changeset viewer.