Google celebrates Pride Month. See how.

fuchsia.sysinfo

Added: 7

PROTOCOLS

SysInfo

Defined in fuchsia.sysinfo/sysinfo.fidl

GetBoardName

Return the board name for the platform we are running on.

Request

<EMPTY>

Response

NameType
status zx/Status
name string[32]?

GetBoardRevision

Return the board revision for the board we are running on.

Request

<EMPTY>

Response

NameType
status zx/Status
revision uint32

GetBootloaderVendor

Return the bootloader vendor for the platform we are running on.

Request

<EMPTY>

Response

NameType
status zx/Status
vendor string[32]?

GetInterruptControllerInfo

Return interrupt controller information.

Request

<EMPTY>

Response

NameType
status zx/Status
info InterruptControllerInfo?

STRUCTS

InterruptControllerInfo

Defined in fuchsia.sysinfo/sysinfo.fidl

FieldTypeDescriptionDefault
type InterruptControllerType No default

ENUMS

InterruptControllerType flexible

Type: uint32

Defined in fuchsia.sysinfo/sysinfo.fidl

Added: 12

NameValueDescription
0
1
2
3
4

CONSTANTS

NameValueTypeDescription
BOARD_NAME_LEN 32 uint8
BOOTLOADER_VENDOR_LEN 32 uint8