summaryrefslogtreecommitdiff
path: root/monitor/broadcom.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-10-07 22:42:29 +0200
committerMarcel Holtmann <marcel@holtmann.org>2015-10-07 22:42:29 +0200
commit90799f6da988723a7d100610f51f2b7f30f40d4f (patch)
tree8123e6eb8455fc3470c3f5d586820a5d96fdc462 /monitor/broadcom.h
parent6e168cc34dca38ea813f7f6bac9dafc18c6b4194 (diff)
downloadbluez-90799f6da988723a7d100610f51f2b7f30f40d4f.tar.gz
monitor: Add support for Broadcom diagnostic channel decoding
Diffstat (limited to 'monitor/broadcom.h')
-rw-r--r--monitor/broadcom.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/monitor/broadcom.h b/monitor/broadcom.h
new file mode 100644
index 000000000..2aec9128f
--- /dev/null
+++ b/monitor/broadcom.h
@@ -0,0 +1,27 @@
+/*
+ *
+ * BlueZ - Bluetooth protocol stack for Linux
+ *
+ * Copyright (C) 2011-2014 Intel Corporation
+ * Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org>
+ *
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#include <stdint.h>
+
+void broadcom_lm_diag(const void *data, uint8_t size);