# Functions
IsModuleLoaded tells whether given kernel module is loaded or not.
LoadModule loads a kernel module (via modprobe).
UnloadModule unloads a kernel module (via rmmod).
# Structs
PCILister is the object responsible for discovering initial pool of devices and their allocation.
VFIODevicePlugin represents device plugin implementation with VFIO specific attributes.