summaryrefslogtreecommitdiff
path: root/emulator/amp.h
blob: cee360c44e0fabb16131925796bcb51737397711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 *
 *  BlueZ - Bluetooth protocol stack for Linux
 *
 *  Copyright (C) 2011-2012  Intel Corporation
 *  Copyright (C) 2004-2010  Marcel Holtmann <marcel@holtmann.org>
 *
 *
 */

#include <stdbool.h>

struct bt_amp;

struct bt_amp *bt_amp_new(void);

struct bt_amp *bt_amp_ref(struct bt_amp *amp);
void bt_amp_unref(struct bt_amp *amp);