The Pedigree Project
0.1
src
modules
drivers
common
virtio
modules/drivers/common/virtio/main.cc
1
/* Copyright (c) 2026, Pedigree Developers. SPDX-License-Identifier: ISC */
2
#include "modules/Module.h"
3
4
namespace
{
5
bool
entry() {
6
return
true
;
7
}
8
void
exit() {}
9
}
// namespace
10
11
MODULE_INFO_NON_UNLOADABLE(
"virtio-pci"
, &entry, &exit,
"pci"
);
Generated on Thu Sep 24 2026 06:24:01 for The Pedigree Project by
1.9.8