]> Git Repo - qemu.git/blob - stubs/yank.c
net: Pad short frames to minimum size before sending from SLiRP/TAP
[qemu.git] / stubs / yank.c
1 #include "qemu/osdep.h"
2 #include "qemu/yank.h"
3
4 bool yank_register_instance(const YankInstance *instance, Error **errp)
5 {
6     return true;
7 }
8
9 void yank_unregister_instance(const YankInstance *instance)
10 {
11 }
12
13 void yank_register_function(const YankInstance *instance,
14                             YankFn *func,
15                             void *opaque)
16 {
17 }
18
19 void yank_unregister_function(const YankInstance *instance,
20                               YankFn *func,
21                               void *opaque)
22 {
23 }
24
25 void yank_generic_iochannel(void *opaque)
26 {
27 }
28
29
This page took 0.039039 seconds and 4 git commands to generate.