FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vmbus.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018, Microsoft Corporation.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at:
6  *
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 /*
16  * vmbus.h: VMBus definitions.
17  */
18 
19 #ifndef included_vlib_vmbus_h
20 #define included_vlib_vmbus_h
21 
22 #include <vlib/vlib.h>
23 
24 typedef struct
25 {
26  u8 guid[16];
29 
34  uword private_data);
35 
37 #endif /* included_vlib_vmbus_h */
38 
39 /*
40  * fd.io coding-style-patch-verification: ON
41  *
42  * Local Variables:
43  * eval: (c-set-style "gnu")
44  * End:
45  */
vhost_vring_addr_t addr
Definition: vhost_user.h:254
unsigned char u8
Definition: types.h:56
unsigned int u32
Definition: types.h:88
vlib_vmbus_addr_t * vlib_vmbus_get_all_dev_addrs()
Definition: vmbus.c:384
vec_header_t h
Definition: buffer.c:322
u32 vlib_vmbus_dev_handle_t
Definition: vmbus.h:28
void vlib_vmbus_set_private_data(vlib_vmbus_dev_handle_t h, uword private_data)
Definition: vmbus.c:96
u64 uword
Definition: types.h:112
clib_error_t * vlib_vmbus_bind_to_uio(vlib_vmbus_addr_t *addr)
Definition: vmbus.c:213
uword vlib_vmbus_get_private_data(vlib_vmbus_dev_handle_t h)
Definition: vmbus.c:89
vlib_vmbus_addr_t * vlib_vmbus_get_addr(vlib_vmbus_dev_handle_t h)
Definition: vmbus.c:103