diff options
author | Ole Troan <ot@cisco.com> | 2019-09-30 11:19:28 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-09-30 15:32:17 +0000 |
commit | 10bbfce0264249354f14243fbc166ee0beb41366 (patch) | |
tree | d90e22bc4f9af37e7964b80dc5f6afce9ad15aa5 /src/plugins/vmxnet3/vmxnet3_msg_enum.h | |
parent | 0d935531f9d25b18af85a14195665db324e834d8 (diff) |
vmxnet3: remove api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I009e806997461ad790f125d6359993862e1c5e5d
Diffstat (limited to 'src/plugins/vmxnet3/vmxnet3_msg_enum.h')
-rw-r--r-- | src/plugins/vmxnet3/vmxnet3_msg_enum.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/plugins/vmxnet3/vmxnet3_msg_enum.h b/src/plugins/vmxnet3/vmxnet3_msg_enum.h deleted file mode 100644 index 3086fb3bfc4..00000000000 --- a/src/plugins/vmxnet3/vmxnet3_msg_enum.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - *------------------------------------------------------------------ - * Copyright (c) 2018 Cisco and/or its affiliates. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - *------------------------------------------------------------------ - */ - -#ifndef _VMXNET3_MSG_ENUM_H_ -#define _VMXNET3_MSG_ENUM_H_ - -#include <vppinfra/byte_order.h> - -#define vl_msg_id(n,h) n, -typedef enum -{ -#include <vmxnet3/vmxnet3_all_api_h.h> - VL_MSG_FIRST_AVAILABLE, -} vl_msg_id_t; -#undef vl_msg_id - -#endif /* VMXNET3_MSG_ENUM_H */ - -/* - * fd.io coding-style-patch-verification: ON - * - * Local Variables: - * eval: (c-set-style "gnu") - * End: - */ |