Changeset 40644 in vbox for trunk/include
- Timestamp:
- Mar 26, 2012 1:21:14 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77074
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r40636 r40644 1329 1329 /** @} */ 1330 1330 1331 /** @name Ring-0 module entry points. 1332 * 1333 * These can be exported by ring-0 modules SUP are told to load. 1334 * 1335 * @{ */ 1336 DECLEXPORT(int) ModuleInit(void *hMod); 1337 DECLEXPORT(void) ModuleTerm(void *hMod); 1338 /** @} */ 1339 1340 1331 1341 /** @} */ 1332 1342 #endif 1333 1343 1344 1334 1345 /** @} */ 1335 1346
Note:
See TracChangeset
for help on using the changeset viewer.