Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
ioforge_virtio.hpp
Go to the documentation of this file.
1#ifndef __IOFORGE__IOFORGE_VIRTIO_HPP_
2#define __IOFORGE__IOFORGE_VIRTIO_HPP_
3
4#include "ioforge/ioforge.hpp"
5
6class IoForgeVirtio : public IOForge {
7 public:
8 IoForgeVirtio(const char* mod) : IOForge(mod) {
9 }
10 virtual void load();
11 virtual void unload();
12};
13
14#endif // __IOFORGE__IOFORGE_VIRTIO_HPP_
IOForge(const char *mod)
Definition ioforge.hpp:18
const char * mod
Definition ioforge.hpp:65
virtual void load()
virtual void unload()
IoForgeVirtio(const char *mod)