Skip to content

Commit 2640151

Browse files
committed
chromium: Add device_complete to diags
Was added to EC in fwk: add device_complete 1753269e7e2c03c6ef667ae59fd594d2b753533f Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 60ec7b7 commit 2640151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework_lib/src/chromium_ec/commands.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ pub struct EcRequestGetHwDiag {}
772772
pub struct EcResponseGetHwDiag {
773773
pub hw_diag: u32,
774774
pub bios_complete: u8,
775+
pub device_complete: u8,
775776
}
776777

777778
impl EcResponseGetHwDiag {

0 commit comments

Comments
 (0)