From 508fda81a2e68a1ee0a99a39202aeee8cd562272 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Wed, 11 Jan 2017 17:54:02 -0600 Subject: [PATCH] Add constant for VPD #W keyword Change-Id: I85205a69e949cda44c3421eac93666c94c355204 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34765 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Gregory S. Still Reviewed-by: Brent Wieman Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34769 Reviewed-by: Hostboot Team Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/hwpf/fapi2/include/mvpd_access_defs.H | 1 + 1 file changed, 1 insertion(+) diff --git a/src/import/hwpf/fapi2/include/mvpd_access_defs.H b/src/import/hwpf/fapi2/include/mvpd_access_defs.H index 548b596a90a..bce46e2a0e2 100644 --- a/src/import/hwpf/fapi2/include/mvpd_access_defs.H +++ b/src/import/hwpf/fapi2/include/mvpd_access_defs.H @@ -121,6 +121,7 @@ enum MvpdKeyword MVPD_KEYWORD_L6 = 0x29, MVPD_KEYWORD_L7 = 0x2a, MVPD_KEYWORD_L8 = 0x2b, + MVPD_KEYWORD_PDW = 0x2c, MVPD_KEYWORD_LAST, //useful for testcases MVPD_KEYWORD_FIRST = MVPD_KEYWORD_VD, //useful for testcases };