Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
ioforge_nic.hpp
Go to the documentation of this file.
1#ifndef __IOFORGE__IOFORGE_NIC_HPP__
2#define __IOFORGE__IOFORGE_NIC_HPP__
3
4#include "ioforge/ioforge.h"
6
7class IoForgeNIC {
8 public:
9 inline static void create(ioforge_nic_service* nic) {
11 }
12};
13
14#endif // __IOFORGE__IOFORGE_NIC_HPP__
static void create(ioforge_nic_service *nic)
void ioforge_register_nic(struct ioforge_nic_service *nic)