2020-05-07 00:33:32 +03:00
|
|
|
#ifndef VNET_H_INCLUDED
|
|
|
|
|
#define VNET_H_INCLUDED
|
|
|
|
|
|
2020-05-07 04:57:01 +03:00
|
|
|
#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-10-14 20:56:28 +03:00
|
|
|
|
2020-05-07 00:33:32 +03:00
|
|
|
#endif // VNET_H_INCLUDED
|