Files
umka/vnet.h
T

10 lines
127 B
C
Raw Normal View History

2020-05-07 00:33:32 +03:00
#ifndef VNET_H_INCLUDED
#define VNET_H_INCLUDED
#include "umka.h"
2020-05-07 00:33:32 +03:00
2022-06-27 16:32:29 +04:00
net_device_t*
vnet_init(void);
2020-05-07 00:33:32 +03:00
#endif // VNET_H_INCLUDED