18#ifndef __LIBNET_NETWORKSERVER_H
19#define __LIBNET_NETWORKSERVER_H
Network Device abstract class.
void registerNetworkDevice(NetworkDevice *dev)
Register network device.
virtual ~NetworkServer()
Destructor.
virtual bool retryRequests()
Starts DMA on NetworkDevices after all pending requests are done.
virtual FileSystem::Result initialize()
Initialize the NetworkServer.
virtual void onProcessTerminated(const ProcessID pid)
Called whenever another Process is terminated.
NetworkDevice * m_device
Network device instance.
u32 ProcessID
Process Identification Number.
Result
Result code for filesystem Actions.