From e1af9e1df6ac4b41f4c920045599dd54c511a64d Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 21 May 2010 15:39:11 -0700 Subject: [PATCH] ibacm: add missing file to repository acm_msg.h was not added to repository Signed-off-by: Sean Hefty --- src/acm_msg.h | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/acm_msg.h diff --git a/src/acm_msg.h b/src/acm_msg.h new file mode 100644 index 0000000..5d9a3a0 --- /dev/null +++ b/src/acm_msg.h @@ -0,0 +1,37 @@ +/* + * Copyright (c) 2009 Intel Corporation. All rights reserved. + * + * This software is available to you under the OpenFabrics.org BSD license + * below: + * + * Redistribution and use in source and binary forms, with or + * without modification, are permitted provided that the following + * conditions are met: + * + * - Redistributions of source code must retain the above + * copyright notice, this list of conditions and the following + * disclaimer. + * + * - Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * 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 AWV + * 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. + */ + +#if !defined(ACM_MSG_H) +#define ACM_MSG_H + +#include + +#define ACM_QKEY 0x80010000 + +#endif /* ACM_MSG_H */ -- 2.46.0