Dave Barach | aff7077 | 2016-10-31 11:59:07 -0400 | [diff] [blame] | 1 | /* |
Pablo Camarillo | 4299882 | 2017-07-13 09:41:32 +0200 | [diff] [blame] | 2 | * ------------------------------------------------------------------ |
Dave Barach | aff7077 | 2016-10-31 11:59:07 -0400 | [diff] [blame] | 3 | * vl_memory_api_h.h - memory API headers, in a specific order. |
| 4 | * |
Pablo Camarillo | 4299882 | 2017-07-13 09:41:32 +0200 | [diff] [blame] | 5 | * 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 Barach | aff7077 | 2016-10-31 11:59:07 -0400 | [diff] [blame] | 9 | * |
Pablo Camarillo | 4299882 | 2017-07-13 09:41:32 +0200 | [diff] [blame] | 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
Dave Barach | aff7077 | 2016-10-31 11:59:07 -0400 | [diff] [blame] | 11 | * |
| 12 | * Unless required by applicable law or agreed to in writing, software |
Pablo Camarillo | 4299882 | 2017-07-13 09:41:32 +0200 | [diff] [blame] | 13 | * 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 Barach | aff7077 | 2016-10-31 11:59:07 -0400 | [diff] [blame] | 18 | */ |
| 19 | |
| 20 | /* |
Pablo Camarillo | 4299882 | 2017-07-13 09:41:32 +0200 | [diff] [blame] | 21 | * Add to the bottom of the #include list, or elves will steal your keyboard |
| 22 | * in the middle of the night! |
Dave Barach | aff7077 | 2016-10-31 11:59:07 -0400 | [diff] [blame] | 23 | * |
Pablo Camarillo | 4299882 | 2017-07-13 09:41:32 +0200 | [diff] [blame] | 24 | * Include current layer (2) last, or an artistic disagreement about message |
| 25 | * numbering will occur |
Dave Barach | aff7077 | 2016-10-31 11:59:07 -0400 | [diff] [blame] | 26 | */ |
| 27 | |
| 28 | #ifndef included_from_layer_3 |
| 29 | #include <vlibmemory/vl_memory_api_h.h> |
| 30 | #endif /* included_from_layer_3 */ |
| 31 | |
Ole Troan | 33a5817 | 2019-09-04 09:12:29 +0200 | [diff] [blame] | 32 | #ifdef vl_printfun |
| 33 | #include <vnet/format_fns.h> |
| 34 | #endif |
| 35 | |
Dave Barach | aff7077 | 2016-10-31 11:59:07 -0400 | [diff] [blame] | 36 | /* |
| 37 | * fd.io coding-style-patch-verification: ON |
| 38 | * |
Pablo Camarillo | 4299882 | 2017-07-13 09:41:32 +0200 | [diff] [blame] | 39 | * Local Variables: eval: (c-set-style "gnu") End: |
Dave Barach | aff7077 | 2016-10-31 11:59:07 -0400 | [diff] [blame] | 40 | */ |