Deleted Added
full compact
1/*
2 * ng_hci_ulpi.h
3 *
3 */
4
5/*-
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 $
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 ---