summaryrefslogtreecommitdiffstats
path: root/IntelFspPkg/Include/FspInfoHeader.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspPkg/Include/FspInfoHeader.h')
-rw-r--r--IntelFspPkg/Include/FspInfoHeader.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/IntelFspPkg/Include/FspInfoHeader.h b/IntelFspPkg/Include/FspInfoHeader.h
index 951bc38507..1ee2fa5185 100644
--- a/IntelFspPkg/Include/FspInfoHeader.h
+++ b/IntelFspPkg/Include/FspInfoHeader.h
@@ -163,6 +163,12 @@ typedef struct {
} FSP_INFO_EXTENDED_HEADER;
+//
+// A generic table search algorithm for additional tables can be implemented with a
+// signature search algorithm until a terminator signature 'FSPP' is found.
+//
+#define FSP_FSPP_SIGNATURE SIGNATURE_32 ('F', 'S', 'P', 'P')
+
#pragma pack()
#endif