blob: 8b50f3946e649bfa32dd13b05908edf36dec75e0 [file] [log] [blame]
Dave Barachaff70772016-10-31 11:59:07 -04001/*
Pablo Camarillo42998822017-07-13 09:41:32 +02002 * ------------------------------------------------------------------
Dave Barachaff70772016-10-31 11:59:07 -04003 * vl_memory_api_h.h - memory API headers, in a specific order.
4 *
Pablo Camarillo42998822017-07-13 09:41:32 +02005 * Copyright (c) 2009-2010 Cisco and/or its affiliates. Licensed under the
6 * Apache License, Version 2.0 (the "License"); you may not use this file
7 * except in compliance with the License. You may obtain a copy of the
8 * License at:
Dave Barachaff70772016-10-31 11:59:07 -04009 *
Pablo Camarillo42998822017-07-13 09:41:32 +020010 * http://www.apache.org/licenses/LICENSE-2.0
Dave Barachaff70772016-10-31 11:59:07 -040011 *
12 * Unless required by applicable law or agreed to in writing, software
Pablo Camarillo42998822017-07-13 09:41:32 +020013 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15 * License for the specific language governing permissions and limitations
16 * under the License.
17 * ------------------------------------------------------------------
Dave Barachaff70772016-10-31 11:59:07 -040018 */
19
20/*
Pablo Camarillo42998822017-07-13 09:41:32 +020021 * Add to the bottom of the #include list, or elves will steal your keyboard
22 * in the middle of the night!
Dave Barachaff70772016-10-31 11:59:07 -040023 *
Pablo Camarillo42998822017-07-13 09:41:32 +020024 * Include current layer (2) last, or an artistic disagreement about message
25 * numbering will occur
Dave Barachaff70772016-10-31 11:59:07 -040026 */
27
28#ifndef included_from_layer_3
29#include <vlibmemory/vl_memory_api_h.h>
30#endif /* included_from_layer_3 */
31
Ole Troan33a58172019-09-04 09:12:29 +020032#ifdef vl_printfun
33#include <vnet/format_fns.h>
34#endif
35
Dave Barachaff70772016-10-31 11:59:07 -040036/*
37 * fd.io coding-style-patch-verification: ON
38 *
Pablo Camarillo42998822017-07-13 09:41:32 +020039 * Local Variables: eval: (c-set-style "gnu") End:
Dave Barachaff70772016-10-31 11:59:07 -040040 */