diff options
-rw-r--r-- | src/include/romstage_handoff.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/romstage_handoff.h b/src/include/romstage_handoff.h index 13dc9797bb..c20b2614bd 100644 --- a/src/include/romstage_handoff.h +++ b/src/include/romstage_handoff.h @@ -31,6 +31,8 @@ struct romstage_handoff { /* This indicates to the ramstage to reserve a chunk of memory. */ uint32_t reserve_base; uint32_t reserve_size; + /* Inidicate if the current boot is an S3 resume. */ + uint32_t s3_resume; }; #if defined(__PRE_RAM__) |