]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
ibacm: add missing file to repository
authorSean Hefty <sean.hefty@intel.com>
Fri, 21 May 2010 22:39:11 +0000 (15:39 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 21 May 2010 22:39:11 +0000 (15:39 -0700)
acm_msg.h was not added to repository

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/acm_msg.h [new file with mode: 0644]

diff --git a/src/acm_msg.h b/src/acm_msg.h
new file mode 100644 (file)
index 0000000..5d9a3a0
--- /dev/null
@@ -0,0 +1,37 @@
+/*\r
+ * Copyright (c) 2009 Intel Corporation.  All rights reserved.\r
+ *\r
+ * This software is available to you under the OpenFabrics.org BSD license\r
+ * below:\r
+ *\r
+ *     Redistribution and use in source and binary forms, with or\r
+ *     without modification, are permitted provided that the following\r
+ *     conditions are met:\r
+ *\r
+ *      - Redistributions of source code must retain the above\r
+ *        copyright notice, this list of conditions and the following\r
+ *        disclaimer.\r
+ *\r
+ *      - Redistributions in binary form must reproduce the above\r
+ *        copyright notice, this list of conditions and the following\r
+ *        disclaimer in the documentation and/or other materials\r
+ *        provided with the distribution.\r
+ *\r
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AWV\r
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\r
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\r
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r
+ * SOFTWARE.\r
+ */\r
+\r
+#if !defined(ACM_MSG_H)\r
+#define ACM_MSG_H\r
+\r
+#include <infiniband\verbs.h>\r
+\r
+#define ACM_QKEY 0x80010000\r
+\r
+#endif /* ACM_MSG_H */\r