Changeset 72693 in vbox for trunk/include
- Timestamp:
- Jun 26, 2018 12:36:47 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123216
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r72326 r72693 2012 2012 SUPR0DECL(uint32_t) SUPR0GetKernelFeatures(void); 2013 2013 2014 #ifdef ___iprt_log_h 2015 /** @copydoc RTLogGetDefaultInstanceEx 2016 * @remarks To allow overriding RTLogGetDefaultInstanceEx locally. */ 2017 SUPR0DECL(PRTLOGGER) SUPR0GetDefaultLogInstanceEx(uint32_t fFlagsAndGroup); 2018 /** @copydoc RTLogRelGetDefaultInstanceEx 2019 * @remarks To allow overriding RTLogRelGetDefaultInstanceEx locally. */ 2020 SUPR0DECL(PRTLOGGER) SUPR0GetDefaultLogRelInstanceEx(uint32_t fFlagsAndGroup); 2021 #endif 2022 2014 2023 2015 2024 /** @name Absolute symbols
Note:
See TracChangeset
for help on using the changeset viewer.