blob: 3414dfdc404c73cb3122657b537916c7a14877de [file] [log] [blame]
Andrei Emeltchenko903e4542012-09-27 17:26:09 +03001/*
2 Copyright (c) 2011,2012 Intel Corp.
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License version 2 and
6 only version 2 as published by the Free Software Foundation.
7
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12*/
13
14#ifndef __AMP_H
15#define __AMP_H
16
Andrei Emeltchenko3161ae12012-09-27 17:26:11 +030017struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr,
18 u8 remote_id);
19
Andrei Emeltchenko903e4542012-09-27 17:26:09 +030020void amp_read_loc_info(struct hci_dev *hdev, struct amp_mgr *mgr);
21void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
22void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr);
23
24#endif /* __AMP_H */