5#include "sw/device/silicon_creator/lib/boot_svc/boot_svc_ownership_activate.h"
8#include "sw/device/silicon_creator/lib/error.h"
10void boot_svc_ownership_activate_req_init(
11 uint32_t primary_bl0_slot, uint32_t erase_previous, nonce_t
nonce,
12 const owner_signature_t *signature,
13 boot_svc_ownership_activate_req_t *msg) {
19 boot_svc_header_finalize(kBootSvcOwnershipActivateReqType,
20 sizeof(boot_svc_ownership_activate_req_t),
24void boot_svc_ownership_activate_res_init(
25 rom_error_t
status, boot_svc_ownership_activate_res_t *msg) {
27 boot_svc_header_finalize(kBootSvcOwnershipActivateResType,
28 sizeof(boot_svc_ownership_activate_res_t),