Software APIs
Data Fields
boot_svc_ownership_activate_res Struct Reference

An Ownership Activate response. More...

#include <sw/device/silicon_creator/lib/boot_svc/boot_svc_ownership_activate.h>

Data Fields

boot_svc_header_t header
 Boot services message header.
 
rom_error_t status
 Response status from the ROM_EXT.
 

Detailed Description

An Ownership Activate response.

Definition at line 81 of file boot_svc_ownership_activate.h.

Field Documentation

◆ header

boot_svc_header_t boot_svc_ownership_activate_res::header

Boot services message header.

Definition at line 85 of file boot_svc_ownership_activate.h.

◆ status

rom_error_t boot_svc_ownership_activate_res::status

Response status from the ROM_EXT.

Definition at line 89 of file boot_svc_ownership_activate.h.