Intel® Stratix® 10 Hard Processor System Remote System Update User Guide

ID 683021
Date 2/23/2024
Public
Document Table of Contents

C.5.1. rsu_slot_info

This structure contains slot (SPT entry) information.
struct rsu_slot_info {
	char name[16];
	u64 offset;
	u32 size;
	int priority;
};