We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e191b commit c8abf88Copy full SHA for c8abf88
gateway-messages/src/lib.rs
@@ -369,6 +369,9 @@ impl SpComponent {
369
/// The `sp3` host CPU.
370
pub const SP3_HOST_CPU: Self = Self { id: *b"sp3-host-cpu\0\0\0\0" };
371
372
+ /// The `sp5` host CPU.
373
+ pub const SP5_HOST_CPU: Self = Self { id: *b"sp5-host-cpu\0\0\0\0" };
374
+
375
/// The host CPU boot flash.
376
pub const HOST_CPU_BOOT_FLASH: Self = Self { id: *b"host-boot-flash\0" };
377
0 commit comments