aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/broadwell
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/broadwell')
-rw-r--r--src/soc/intel/broadwell/broadwell/systemagent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/broadwell/systemagent.h b/src/soc/intel/broadwell/broadwell/systemagent.h
index f95370b2b5..c3b5f942e6 100644
--- a/src/soc/intel/broadwell/broadwell/systemagent.h
+++ b/src/soc/intel/broadwell/broadwell/systemagent.h
@@ -122,4 +122,7 @@
/* Data is passed through bits 31:0 of the data register. */
#define BIOS_MAILBOX_DATA 0x5da0
+/* System Agent identification */
+u8 systemagent_revision(void);
+
#endif