aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/google/chromeos/memlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/google/chromeos/memlayout.h')
-rw-r--r--src/vendorcode/google/chromeos/memlayout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vendorcode/google/chromeos/memlayout.h b/src/vendorcode/google/chromeos/memlayout.h
index 140da46bcc..a7ea32e00e 100644
--- a/src/vendorcode/google/chromeos/memlayout.h
+++ b/src/vendorcode/google/chromeos/memlayout.h
@@ -47,4 +47,8 @@
#define OVERLAP_VERSTAGE_ROMSTAGE(addr, size) ROMSTAGE(addr, size)
#endif
+#define WATCHDOG_TOMBSTONE(addr, size) \
+ REGION(watchdog_tombstone, addr, size, 4) \
+ _ = ASSERT(size == 4, "watchdog tombstones should be exactly 4 byte!");
+
#endif /* __CHROMEOS_MEMLAYOUT_H */