summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/netdev_tap.h
blob: c6b8e165d6219858e973487ad7d7527b4ea9c267 (plain) (blame)
1
2
3
4
5
6
#ifndef __NETDEV_TAP_H__
#define __NETDEV_TAP_H__

void init_tap();
void deinit_tap();
#endif