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