summaryrefslogtreecommitdiff
path: root/drivers/staging/cg2900/include/cg2900_hci.h
blob: e094a9dddbdeb08b5badd87fa0f8651a2c9c2892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 */