|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2016 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
|
|
*
|
|
@@ -62,4 +62,5 @@ void hif_dummy_clear_stats(struct hif_softc *hif_ctx);
|
|
|
void hif_dummy_set_bundle_mode(struct hif_softc *hif_ctx,
|
|
|
bool enabled, int rx_bundle_cnt);
|
|
|
int hif_dummy_bus_reset_resume(struct hif_softc *hif_ctx);
|
|
|
+int hif_dummy_map_ce_to_irq(struct hif_softc *scn, int ce_id);
|
|
|
|