VirtualBox

Changeset 40644 in vbox for trunk/include


Ignore:
Timestamp:
Mar 26, 2012 1:21:14 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77074
Message:

sup.h,VMMR0.cpp: Moved the ModuleInit/Term prototypes to sup.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r40636 r40644  
    13291329/** @} */
    13301330
     1331/** @name Ring-0 module entry points.
     1332 * 
     1333 * These can be exported by ring-0 modules SUP are told to load.
     1334 * 
     1335 * @{ */
     1336DECLEXPORT(int)  ModuleInit(void *hMod);
     1337DECLEXPORT(void) ModuleTerm(void *hMod);
     1338/** @}  */
     1339
     1340
    13311341/** @} */
    13321342#endif
    13331343
     1344
    13341345/** @} */
    13351346
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette