Changeset 97767 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Dec 8, 2022 9:22:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/RTSystemFirmware-solaris.cpp
r97766 r97767 46 46 47 47 48 /**49 * Determine the type of firmware of a host, i.e. whether it booted using UEFI50 * 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 */57 48 RTDECL(int) RTSystemQueryFirmwareType(PRTSYSFWTYPE penmFirmwareType) 58 49 {
Note:
See TracChangeset
for help on using the changeset viewer.