umka/vnet.h

19 lines
323 B
C
Raw Normal View History

2022-06-27 21:36:56 +04:00
/*
SPDX-License-Identifier: GPL-2.0-or-later
UMKa - User-Mode KolibriOS developer tools
vnet - virtual network card
Copyright (C) 2020-2022 Ivan Baravy <dunkaist@gmail.com>
*/
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
net_device_t*
vnet_init(void);
2020-05-07 00:33:32 +03:00
#endif // VNET_H_INCLUDED