VirtualBox

Changeset 97767 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 8, 2022 9:22:46 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/RTSystemFirmware/solaris: Add a Solaris-specific implementation of
RTSystemQueryFirmwareType() to the runtime library. Follow-up build fix
to remove redundant doxygen comments describing the
RTSystemQueryFirmwareType() function as it is already documented in
iprt/system.h. bugref:10332

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/RTSystemFirmware-solaris.cpp

    r97766 r97767  
    4646
    4747
    48 /**
    49  * Determine the type of firmware of a host, i.e. whether it booted using UEFI
    50  * or BIOS.
    51  *
    52  * @param  penmFirmwareType    Where to store the firmware type.
    53  *
    54  * @return VINF_SUCCESS, if successfully able to determine the firmware type,
    55  *         otherwise VERR_NOT_SUPPORTED.
    56  */
    5748RTDECL(int) RTSystemQueryFirmwareType(PRTSYSFWTYPE penmFirmwareType)
    5849{
Note: See TracChangeset for help on using the changeset viewer.

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