summaryrefslogtreecommitdiff
path: root/emulator/vhci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-10-29 15:49:30 -0700
committerMarcel Holtmann <marcel@holtmann.org>2012-10-29 15:49:30 -0700
commit9f3814a34f0b3718104446906ee75202a1b84aed (patch)
treeac04f37cf1e23a0323612932d2f200974826e9a9 /emulator/vhci.h
parent2c33d253f500ce604315e6f8ffbc7b2efcc3d20f (diff)
downloadbluez-9f3814a34f0b3718104446906ee75202a1b84aed.tar.gz
emulator: Create support for enabling AMP controllers
Diffstat (limited to 'emulator/vhci.h')
-rw-r--r--emulator/vhci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulator/vhci.h b/emulator/vhci.h
index 4abb18303..a9d80692b 100644
--- a/emulator/vhci.h
+++ b/emulator/vhci.h
@@ -25,11 +25,11 @@
#include <stdint.h>
enum vhci_type {
- VHCI_TYPE_BREDR = 0,
- VHCI_TYPE_AMP = 1,
+ VHCI_TYPE_BREDR,
+ VHCI_TYPE_AMP,
};
struct vhci;
-struct vhci *vhci_open(enum vhci_type type, uint16_t id);
+struct vhci *vhci_open(enum vhci_type type);
void vhci_close(struct vhci *vhci);