summaryrefslogtreecommitdiff
path: root/drivers/staging/cg2900/include/cg2900_hci.h
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:28 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:28 +0200
commita14bad32f8e7be121db40d883b9cdedfdf99a62d (patch)
tree8d110be667a8e8062ec80ee290479021c219ee5f /drivers/staging/cg2900/include/cg2900_hci.h
parentfef3d2453378a4bbd73c72d4764ea1334c24cb18 (diff)
parent10b980fd6c94e761ce5e00b0c4fceacc03c7f629 (diff)
Merge topic branch 'cg2900' into integration-linux-ux500-3.3
Diffstat (limited to 'drivers/staging/cg2900/include/cg2900_hci.h')
-rw-r--r--drivers/staging/cg2900/include/cg2900_hci.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/staging/cg2900/include/cg2900_hci.h b/drivers/staging/cg2900/include/cg2900_hci.h
new file mode 100644
index 00000000000..e094a9dddbd
--- /dev/null
+++ b/drivers/staging/cg2900/include/cg2900_hci.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) ST-Ericsson SA 2010
+ * Authors:
+ * Par-Gunnar Hjalmdahl (par-gunnar.p.hjalmdahl@stericsson.com) for ST-Ericsson.
+ * License terms: GNU General Public License (GPL), version 2
+ *
+ * This file is a staging solution and shall be integrated into
+ * /include/net/bluetooth/hci.h.
+ */
+
+#ifndef __CG2900_HCI_H
+#define __CG2900_HCI_H
+
+#define HCI_EV_HW_ERROR 0x10
+struct hci_ev_hw_error {
+ __u8 hw_code;
+} __packed;
+
+#endif /* __CG2900_HCI_H */