summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2017-12-21 15:39:04 +0200
committerKostya Porotchkin <kostap@marvell.com>2017-12-24 11:29:12 +0200
commit1e04a5d1ad42be0c2c205beb2815bab031f83570 (patch)
treedc843c63af43c860b39f4244eb7927c26530e06b /include
parenta5b74511c0ba88c1a712ffcf4212cf41ede62358 (diff)
a8k-p: ble: move initialization of enumeration algorithm to BLE stage
As preparation for DUAL AP support move enumeration algorithm to BLE stage to give access to remote AP in early stage. Change-Id: I9b6f78e408a5ac48238a065c7aac68fc0ace1b35 Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/48010 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'include')
-rw-r--r--include/drivers/marvell/mochi/ap810_setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/marvell/mochi/ap810_setup.h b/include/drivers/marvell/mochi/ap810_setup.h
index 2c6442f1..615b03f1 100644
--- a/include/drivers/marvell/mochi/ap810_setup.h
+++ b/include/drivers/marvell/mochi/ap810_setup.h
@@ -9,6 +9,7 @@
#define __APN810_SETUP_H__
void ap810_init(void);
+void ap810_ble_init(void);
void ap810_addr_decode_init(void);
int get_ap_count(void);
int get_connected_cp_per_ap(int);