diff options
author | Florin Coras <fcoras@cisco.com> | 2018-01-15 04:43:02 -0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-01-17 16:11:59 +0000 |
commit | 34ae9b1a5463405d7fa9826605c2becceed38253 (patch) | |
tree | c49853a5e70bf1baa3d5aec2805a8ee029b118c0 /src/plugins/stn/stn_all_api_h.h | |
parent | 663ac58e1865acf669af43846b729ddf0782d20d (diff) |
stn: add vat support
Change-Id: Ifba0a4a297b6c01d75b86bc211a32740af5e48ed
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/plugins/stn/stn_all_api_h.h')
-rw-r--r-- | src/plugins/stn/stn_all_api_h.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/plugins/stn/stn_all_api_h.h b/src/plugins/stn/stn_all_api_h.h new file mode 100644 index 00000000000..0abee00afb2 --- /dev/null +++ b/src/plugins/stn/stn_all_api_h.h @@ -0,0 +1,16 @@ +/* + * 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. + */ +/* Include the generated file, see BUILT_SOURCES in Makefile.am */ +#include <stn/stn.api.h> |