Deleted Added
full compact
ng_hci_ulpi.h (114878) ng_hci_ulpi.h (139823)
1/*
2 * ng_hci_ulpi.h
1/*
2 * ng_hci_ulpi.h
3 *
3 */
4
5/*-
4 * Copyright (c) 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
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.

--- 9 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_ulpi.h,v 1.2 2003/04/26 22:35:21 max Exp $
6 * Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:
12 * 1. Redistributions of source code must retain the above copyright
13 * notice, this list of conditions and the following disclaimer.

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

23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * $Id: ng_hci_ulpi.h,v 1.2 2003/04/26 22:35:21 max Exp $
29 * $FreeBSD: head/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h 114878 2003-05-10 21:44:42Z julian $
31 * $FreeBSD: head/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h 139823 2005-01-07 01:45:51Z imp $
30 */
31
32#ifndef _NETGRAPH_HCI_ULPI_H_
33#define _NETGRAPH_HCI_ULPI_H_
34
35/*
36 * LP_xxx event handlers
37 */

--- 15 unchanged lines hidden ---
32 */
33
34#ifndef _NETGRAPH_HCI_ULPI_H_
35#define _NETGRAPH_HCI_ULPI_H_
36
37/*
38 * LP_xxx event handlers
39 */

--- 15 unchanged lines hidden ---