diff options
author | Ole Troan <ot@cisco.com> | 2019-09-27 14:06:56 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-09-30 08:38:47 +0000 |
commit | 0aa35a7fad65236eb2d7845169690f1b809217c7 (patch) | |
tree | c323c2aa7de9ac0cf9e18742c84387a0c36b415e /src/plugins/l2e/l2e_msg_enum.h | |
parent | 01d61e7881432a2c508fecbbab804d9c776abe1a (diff) |
l2e: remove api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: Ifca5eee01b7813ddb6a8e4510f3adb96ade55fa7
Diffstat (limited to 'src/plugins/l2e/l2e_msg_enum.h')
-rw-r--r-- | src/plugins/l2e/l2e_msg_enum.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/plugins/l2e/l2e_msg_enum.h b/src/plugins/l2e/l2e_msg_enum.h deleted file mode 100644 index 85c8328c703..00000000000 --- a/src/plugins/l2e/l2e_msg_enum.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (c) 2016 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 included_l2e_msg_enum_h -#define included_l2e_msg_enum_h - -#include <vppinfra/byte_order.h> - -#define vl_msg_id(n,h) n, -typedef enum { -#include <l2e/l2e_all_api_h.h> - /* We'll want to know how many messages IDs we need... */ - VL_MSG_FIRST_AVAILABLE, -} vl_msg_id_t; -#undef vl_msg_id - -#endif |