Hard Processor System Remote System Update User Guide: Agilex™ 5 SoCs

ID 852610
Date 4/18/2025
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

D.5.2. rsu_slot_info

This structure contains slot (SPT entry) information.

struct rsu_slot_info {
	/** slot name*/
	RSU_OSAL_CHAR name[16];
	/** offset in memory*/
	RSU_OSAL_U64 offset;
	/** size of slot*/
	RSU_OSAL_INT size;
	/** priority in cpb table*/
	RSU_OSAL_INT priority;
};