Welcome to the FoxOS website!
acpi_vfs::acpi_vfs(acpi::sdt_header_t** headers, int num_headers) undefinedacpi::sdt_header_t** headersint num_headersfile_t* acpi_vfs::open(char* path) char* pathfile_t*
void acpi_vfs::close(file_t* file) file_t* filevoid
void acpi_vfs::read(file_t* file, void* buffer, size_t size, size_t offset) file_t* filevoid* buffersize_t sizesize_t offsetvoid
dir_t acpi_vfs::dir_at(int idx, char* path) int idxchar* pathdir_t