summaryrefslogtreecommitdiffstats
path: root/external/opal-prd/pnor.h
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2017-08-09 20:48:17 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-08-15 16:37:14 +1000
commit4eeb60ceef57b01662f61f905930d56a883b634a (patch)
treed6de48bc7d75c9beac5a056a88f4ec093ad35f08 /external/opal-prd/pnor.h
parent0818df625e3539a6aaad025ee6f1d1a441dee4a5 (diff)
downloadtalos-skiboot-4eeb60ceef57b01662f61f905930d56a883b634a.tar.gz
talos-skiboot-4eeb60ceef57b01662f61f905930d56a883b634a.zip
opal-prd: Disable pnor access interface on FSP system
On FSP system host does not have access to PNOR. Hence disable PNOR access interfaces. CC: Jeremy Kerr <jk@ozlabs.org> CC: Daniel M Crowell <dcrowell@us.ibm.com> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Acked-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external/opal-prd/pnor.h')
-rw-r--r--external/opal-prd/pnor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/opal-prd/pnor.h b/external/opal-prd/pnor.h
index 4ff449c8..28571af6 100644
--- a/external/opal-prd/pnor.h
+++ b/external/opal-prd/pnor.h
@@ -23,5 +23,6 @@ extern int pnor_operation(struct pnor *pnor, const char *name,
extern int pnor_init(struct pnor *pnor);
extern void pnor_close(struct pnor *pnor);
+extern bool pnor_available(struct pnor *pnor);
#endif /*PNOR_H*/
OpenPOWER on IntegriCloud