diff options
author | William Bryan <wilbryan@us.ibm.com> | 2016-04-18 17:07:34 -0500 |
---|---|---|
committer | William A. Bryan <wilbryan@us.ibm.com> | 2016-06-13 19:18:11 -0400 |
commit | a12f5be3e904bf5bb7aabb978f5e4d0cf1e8b969 (patch) | |
tree | 08e5fe4298b301d7441bbb4d450432651aefc5e6 /src/occ_405/dcom/dcom_thread.c | |
parent | dd417235fda3a7086940b974780193e51370367c (diff) | |
download | talos-occ-a12f5be3e904bf5bb7aabb978f5e4d0cf1e8b969.tar.gz talos-occ-a12f5be3e904bf5bb7aabb978f5e4d0cf1e8b969.zip |
Update SSX to latest in EKB
RTC: 132999
Change-Id: I29478c074e3086e0bf09b402d55782e03cb1f787
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23394
Tested-by: FSP CI Jenkins
Reviewed-by: Wael El-Essawy <welessa@us.ibm.com>
Diffstat (limited to 'src/occ_405/dcom/dcom_thread.c')
-rwxr-xr-x | src/occ_405/dcom/dcom_thread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_405/dcom/dcom_thread.c b/src/occ_405/dcom/dcom_thread.c index c151482..f6eda92 100755 --- a/src/occ_405/dcom/dcom_thread.c +++ b/src/occ_405/dcom/dcom_thread.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2015 */ +/* Contributors Listed Below - COPYRIGHT 2011,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -26,6 +26,7 @@ #ifndef _DCOM_THREAD_C #define _DCOM_THREAD_C +#include "ssx.h" #include "occhw_pba.h" #include <rtls.h> #include <apss.h> |