46f20b680d32e965330d987947d3a17c309efe63
[vpp.git] / src / vnet / vnet_all_api_h.h
1 /*
2  * ------------------------------------------------------------------
3  * vl_memory_api_h.h - memory API headers, in a specific order.
4  *
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:
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
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  * ------------------------------------------------------------------
18  */
19
20 /*
21  * Add to the bottom of the #include list, or elves will steal your keyboard
22  * in the middle of the night!
23  *
24  * Include current layer (2) last, or an artistic disagreement about message
25  * numbering will occur
26  */
27
28 #ifndef included_from_layer_3
29 #include <vlibmemory/vl_memory_api_h.h>
30 #endif /* included_from_layer_3 */
31
32 #ifdef vl_printfun
33 #include <vnet/format_fns.h>
34 #endif
35
36 #include <vnet/interface.api.h>
37 #include <vnet/l2/l2.api.h>
38 #include <vnet/span/span.api.h>
39 #include <vnet/ip/ip.api.h>
40 #include <vnet/session/session.api.h>
41 #include <vnet/mpls/mpls.api.h>
42 #include <vnet/srmpls/sr_mpls.api.h>
43 #include <vnet/devices/virtio/virtio.api.h>
44
45 /*
46  * fd.io coding-style-patch-verification: ON
47  *
48  * Local Variables: eval: (c-set-style "gnu") End:
49  */