umka/vnet/tap.h
Ivan Baravy be21f83af2 Split vnet driver to generic vnet part, tap and file interfaces
Fix most compilation issues of umka_shell on Windows(R)(TM), not all
of them.
2023-02-01 18:55:20 +00:00

17 lines
330 B
C

/*
SPDX-License-Identifier: GPL-2.0-or-later
UMKa - User-Mode KolibriOS developer tools
vnet - virtual network card, tap interface
Copyright (C) 2023 Ivan Baravy <dunkaist@gmail.com>
*/
#ifndef VNET_TAP_H_INCLUDED
#define VNET_TAP_H_INCLUDED
struct vnet *
vnet_init_tap(void);
#endif // VNET_TAP_H_INCLUDED