Missed one file. (nw)

This commit is contained in:
couriersud 2015-01-30 21:26:27 +01:00
parent 403b27d615
commit 4b4625109c

View File

@ -0,0 +1,26 @@
/*
* netdev_module.h
*
*/
#ifndef NETDEV_MODULE_H_
#define NETDEV_MODULE_H_
#include "osdepend.h"
#include "modules/osdmodule.h"
//============================================================
// CONSTANTS
//============================================================
#define OSD_NETDEV_PROVIDER "netdevprovider"
class netdev_module
{
public:
virtual ~netdev_module() { }
// no specific routines below ... may change
};
#endif /* NETDEV_MODULE_H_ */