summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/netdev.h
blob: 3a05d4530c79c72fd7591e69e5afe12d666c5552 (plain) (blame)
1
2
3
4
5
6
7
#ifndef __NETDEV_H
#define __NETDEV_H

void winnetdev_init(running_machine &machine);
void winnetdev_deinit(running_machine &machine);

#endif