summaryrefslogtreecommitdiffstats
path: root/src/include/runtime/interface.h
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-01-21 17:40:48 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-11 15:30:19 -0600
commit18bdf83d7705bd3c519b195ce095e39181214435 (patch)
tree5fac3905de3c887a375766446fc3935376516ed8 /src/include/runtime/interface.h
parenta8796c565730ff18859ee037ae517afbfabd0d34 (diff)
downloadtalos-hostboot-18bdf83d7705bd3c519b195ce095e39181214435.tar.gz
talos-hostboot-18bdf83d7705bd3c519b195ce095e39181214435.zip
HBRT: Defer indirect scoms to Sapphire.
Change-Id: I252016d0bfe3fea15deba5968d0d8a6ff044cb22 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8213 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/runtime/interface.h')
-rw-r--r--src/include/runtime/interface.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h
index 0674ce697..dd744a27d 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -64,8 +64,6 @@ typedef struct hostInterfaces
void (*free)(void*);
/** realloc */
void* (*realloc)(void*, size_t);
- /** sleep */
- void (*sleep)(uint64_t sec, uint64_t nsec);
/** sendErrorLog
* @param[in] plid Platform Log identifier
@@ -81,7 +79,7 @@ typedef struct hostInterfaces
* @param[in] pointer to 8-byte data buffer
* @return 0 on success else return code
*/
- int (*scom_read)(uint32_t, uint32_t, void*);
+ int (*scom_read)(uint64_t, uint64_t, void*);
/** Scan communication write
* @param[in] chip_id (based on devtree defn)
@@ -89,7 +87,7 @@ typedef struct hostInterfaces
* @param[in] pointer to 8-byte data buffer
* @return 0 on success else return code
*/
- int (*scom_write)(uint32_t, uint32_t, void* );
+ int (*scom_write)(uint64_t, uint64_t, void* );
/** lid_load
* Load a LID from PNOR, FSP, etc.
OpenPOWER on IntegriCloud