summaryrefslogtreecommitdiff
path: root/core/pld
diff options
context:
space:
mode:
authorRajeev Kumar <rajekuma@codeaurora.org>2016-09-24 12:29:25 -0700
committerqcabuildsw <qcabuildsw@localhost>2016-10-07 08:32:05 -0700
commit9bb2e85aff1b93205f5a82e636d5dcea9289b116 (patch)
tree2d6ec488ec2a3481423211508856096d643892ac /core/pld
parent45d62ce21f37326e767d0ac588cca3913659cd3e (diff)
qcacld-3.0: Power offload unit test framework enhancements
Recently host power offload suspend/resume has switched to 3 stage process. Enhance power offload unit test framework accordingly, and improve error handling. Change-Id: I8cc1e955fbaca631ee7fd76b0c907d1e68c836bf CRs-Fixed: 1072423
Diffstat (limited to 'core/pld')
-rw-r--r--core/pld/inc/pld_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pld/inc/pld_common.h b/core/pld/inc/pld_common.h
index bcf647b0b1a4..4bb77b27cb94 100644
--- a/core/pld/inc/pld_common.h
+++ b/core/pld/inc/pld_common.h
@@ -379,4 +379,7 @@ void *pld_smmu_get_mapping(struct device *dev);
int pld_smmu_map(struct device *dev, phys_addr_t paddr,
uint32_t *iova_addr, size_t size);
unsigned int pld_socinfo_get_serial_number(struct device *dev);
+
+void pld_enable_irq(struct device *dev, unsigned int ce_id);
+void pld_disable_irq(struct device *dev, unsigned int ce_id);
#endif