diff options
author | Douglas Gilbert <dgilbert@us.ibm.com> | 2018-08-29 16:16:57 -0500 |
---|---|---|
committer | William A. Bryan <wilbryan@us.ibm.com> | 2018-09-25 14:49:42 -0500 |
commit | 3e23a4ef97bc78aa8c8cf691407fdf9b8da30664 (patch) | |
tree | 713aca74d5dc0c3acf1813bce2dba1003cff0187 /src/occ_gpe0/firdata/native.h | |
parent | 1de1be8ec36b461f04bbe417023dbff3de5071f4 (diff) | |
download | talos-occ-3e23a4ef97bc78aa8c8cf691407fdf9b8da30664.tar.gz talos-occ-3e23a4ef97bc78aa8c8cf691407fdf9b8da30664.zip |
Write firdata to PNOR over IPMI
Change-Id: I50c586baf2c2cb2a83ffb30e81304eef3d65119c
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65953
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: ANDREW R. JEFFERY <andrewrj@au1.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Tested-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_gpe0/firdata/native.h')
-rw-r--r-- | src/occ_gpe0/firdata/native.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_gpe0/firdata/native.h b/src/occ_gpe0/firdata/native.h index 195905d..d90729d 100644 --- a/src/occ_gpe0/firdata/native.h +++ b/src/occ_gpe0/firdata/native.h @@ -35,6 +35,7 @@ extern "C" { #include "pk.h" #ifdef __cplusplus } +typedef uint32_t trace_hash_val; // bug in trace function for c++ #endif #ifdef FIRD_DEBUG @@ -87,7 +88,7 @@ int32_t xscom_read( uint32_t i_address, uint64_t * o_data ); int32_t xscom_write( uint32_t i_address, uint64_t i_data ); /* Sleep */ -void sleep( PkInterval i_nanoseconds ); +void sleep( uint32_t i_microseconds ); #endif |