Deleted Added
full compact
vxge.h (221389) vxge.h (251862)
1/*-
2 * Copyright(c) 2002-2011 Exar Corp.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification are permitted provided the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,

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

23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 */
1/*-
2 * Copyright(c) 2002-2011 Exar Corp.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification are permitted provided the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,

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

23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 */
31/*$FreeBSD: head/sys/dev/vxge/vxge.h 221389 2011-05-03 15:58:24Z gnn $*/
31/*$FreeBSD: head/sys/dev/vxge/vxge.h 251862 2013-06-17 20:11:04Z pluknet $*/
32
33#ifndef _VXGE_H_
32
33#ifndef _VXGE_H_
34#define __VXGE_H_
34#define _VXGE_H_
35
36#include <dev/vxge/vxgehal/vxgehal.h>
37#include <dev/vxge/vxge-osdep.h>
38#include "vxge-firmware.h"
39
40#define VXGE_GET_PARAM(str_kenv, to, param, hardcode) { \
41 static int __CONCAT(param, __LINE__); \
42 if (testenv(str_kenv) == 1) \

--- 577 unchanged lines hidden ---
35
36#include <dev/vxge/vxgehal/vxgehal.h>
37#include <dev/vxge/vxge-osdep.h>
38#include "vxge-firmware.h"
39
40#define VXGE_GET_PARAM(str_kenv, to, param, hardcode) { \
41 static int __CONCAT(param, __LINE__); \
42 if (testenv(str_kenv) == 1) \

--- 577 unchanged lines hidden ---