Started implementing an utility to manage PCI passthrough

This commit is contained in:
2024-02-20 23:48:09 +01:00
parent a36277c002
commit 29a129f2b8
8 changed files with 157 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ result_t reset_container(const char* container);
bool container_filter(const char* file);
/// @brief Lists the containers in the pool.
/// @param _containers The string pointer array to store the resulting array in. The caller is responsible for freeing the strings and the array.
/// @param _containers The string array pointer to store the resulting array in. The caller is responsible for freeing the strings and the array.
/// @return The result of the operation.
result_t list_containers(char*** _containers);