Andrei Emeltchenko | 903e454 | 2012-09-27 17:26:09 +0300 | [diff] [blame] | 1 | /* |
| 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 Emeltchenko | 3161ae1 | 2012-09-27 17:26:11 +0300 | [diff] [blame^] | 17 | struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, |
| 18 | u8 remote_id); |
| 19 | |
Andrei Emeltchenko | 903e454 | 2012-09-27 17:26:09 +0300 | [diff] [blame] | 20 | void amp_read_loc_info(struct hci_dev *hdev, struct amp_mgr *mgr); |
| 21 | void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle); |
| 22 | void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr); |
| 23 | |
| 24 | #endif /* __AMP_H */ |