Deleted Added
full compact
ng_hci.h (114878) ng_hci.h (122634)
1/*
2 * ng_hci.h
3 *
4 * Copyright (c) 2001 Maksim Yevmenkin <m_evmenkin@yahoo.com>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 12 unchanged lines hidden (view full) ---

21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * $Id: ng_hci.h,v 1.2 2003/03/18 00:09:37 max Exp $
1/*
2 * ng_hci.h
3 *
4 * Copyright (c) 2001 Maksim Yevmenkin <m_evmenkin@yahoo.com>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 12 unchanged lines hidden (view full) ---

21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * $Id: ng_hci.h,v 1.2 2003/03/18 00:09:37 max Exp $
29 * $FreeBSD: head/sys/netgraph/bluetooth/include/ng_hci.h 114878 2003-05-10 21:44:42Z julian $
29 * $FreeBSD: head/sys/netgraph/bluetooth/include/ng_hci.h 122634 2003-11-14 03:45:29Z emax $
30 */
31
32/*
33 * This file contains everything that application needs to know about
34 * Host Controller Interface (HCI). All information was obtained from
35 * Bluetooth Specification Book v1.1.
36 *
37 * This file can be included by both kernel and userland applications.
38 *
39 * NOTE: Here and after Bluetooth device is called a "unit". Bluetooth
40 * specification refers to both devices and units. They are the
41 * same thing (i think), so to be consistent word "unit" will be
42 * used.
43 */
44
45#ifndef _NETGRAPH_HCI_H_
30 */
31
32/*
33 * This file contains everything that application needs to know about
34 * Host Controller Interface (HCI). All information was obtained from
35 * Bluetooth Specification Book v1.1.
36 *
37 * This file can be included by both kernel and userland applications.
38 *
39 * NOTE: Here and after Bluetooth device is called a "unit". Bluetooth
40 * specification refers to both devices and units. They are the
41 * same thing (i think), so to be consistent word "unit" will be
42 * used.
43 */
44
45#ifndef _NETGRAPH_HCI_H_
46#define _NETGRAPH_HCI_H_ 1
46#define _NETGRAPH_HCI_H_
47
48/**************************************************************************
49 **************************************************************************
50 ** Netgraph node hook name, type name and type cookie and commands
51 **************************************************************************
52 **************************************************************************/
53
54/* Node type name and type cookie */

--- 1601 unchanged lines hidden ---
47
48/**************************************************************************
49 **************************************************************************
50 ** Netgraph node hook name, type name and type cookie and commands
51 **************************************************************************
52 **************************************************************************/
53
54/* Node type name and type cookie */

--- 1601 unchanged lines hidden ---