brintos

brintos / linux-shallow public Read only

0
0
Text · 1.2 KiB · 0fc33bf Raw
31 lines · c
1/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) */2/*3 * This software is available to you under a choice of one of two4 * licenses.  You may choose to be licensed under the terms of the GNU5 * General Public License (GPL) Version 2, available at6 * <http://www.fsf.org/copyleft/gpl.html>, or the OpenIB.org BSD7 * license, available in the LICENSE.TXT file accompanying this8 * software.  These details are also available at9 * <http://www.openfabrics.org/software_license.htm>.10 *11 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,12 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF13 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND14 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS15 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN16 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN17 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE18 * SOFTWARE.19 *20 * Copyright (c) 2004 Topspin Communications.  All rights reserved.21 *22 * $Id$23 */24 25#ifndef _LINUX_IF_INFINIBAND_H26#define _LINUX_IF_INFINIBAND_H27 28#define INFINIBAND_ALEN		20	/* Octets in IPoIB HW addr	*/29 30#endif /* _LINUX_IF_INFINIBAND_H */31