diff options
Diffstat (limited to 'src/include/usr/hwpf/fapi/fapiTarget.H')
-rw-r--r-- | src/include/usr/hwpf/fapi/fapiTarget.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiTarget.H b/src/include/usr/hwpf/fapi/fapiTarget.H index 0437691b3..47f0ff8f9 100644 --- a/src/include/usr/hwpf/fapi/fapiTarget.H +++ b/src/include/usr/hwpf/fapi/fapiTarget.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2012 */ +/* COPYRIGHT International Business Machines Corp. 2011,2013 */ /* */ /* p1 */ /* */ @@ -65,6 +65,7 @@ enum TargetType TARGET_TYPE_MCS_CHIPLET = 0x00000040, TARGET_TYPE_XBUS_ENDPOINT = 0x00000080, TARGET_TYPE_ABUS_ENDPOINT = 0x00000100, + TARGET_TYPE_L4 = 0x00000200, }; /** |