aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/linux/if_infiniband.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@eecs.berkeley.edu>2014-09-11 13:37:51 -0700
committerAndrew Waterman <waterman@eecs.berkeley.edu>2014-09-11 13:37:51 -0700
commit82b6ccde8f4e3d48d1c358275271e49881e56cf7 (patch)
treec5dbfa5dec2c28185f77e98124f483f79a9e6734 /linux-headers/include/linux/if_infiniband.h
parent7ce82261f5b2ca8ba4835b0a73124ca25fbdd2db (diff)
downloadriscv-gnu-toolchain-82b6ccde8f4e3d48d1c358275271e49881e56cf7.zip
riscv-gnu-toolchain-82b6ccde8f4e3d48d1c358275271e49881e56cf7.tar.gz
riscv-gnu-toolchain-82b6ccde8f4e3d48d1c358275271e49881e56cf7.tar.bz2
glibc: initial port of glibc 2.20
Diffstat (limited to 'linux-headers/include/linux/if_infiniband.h')
-rw-r--r--linux-headers/include/linux/if_infiniband.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/linux-headers/include/linux/if_infiniband.h b/linux-headers/include/linux/if_infiniband.h
new file mode 100644
index 0000000..7d95847
--- /dev/null
+++ b/linux-headers/include/linux/if_infiniband.h
@@ -0,0 +1,29 @@
+/*
+ * This software is available to you under a choice of one of two
+ * licenses. You may choose to be licensed under the terms of the GNU
+ * General Public License (GPL) Version 2, available at
+ * <http://www.fsf.org/copyleft/gpl.html>, or the OpenIB.org BSD
+ * license, available in the LICENSE.TXT file accompanying this
+ * software. These details are also available at
+ * <http://www.openfabrics.org/software_license.htm>.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ * Copyright (c) 2004 Topspin Communications. All rights reserved.
+ *
+ * $Id$
+ */
+
+#ifndef _LINUX_IF_INFINIBAND_H
+#define _LINUX_IF_INFINIBAND_H
+
+#define INFINIBAND_ALEN 20 /* Octets in IPoIB HW addr */
+
+#endif /* _LINUX_IF_INFINIBAND_H */