Welcome to the FoxOS website!
acpi_vfs::acpi_vfs(acpi::sdt_header_t** headers, int num_headers)
undefined
acpi::sdt_header_t** headers
int num_headers
file_t* acpi_vfs::open(char* path)
char* path
file_t*
void acpi_vfs::close(file_t* file)
file_t* file
void
void acpi_vfs::read(file_t* file, void* buffer, size_t size, size_t offset)
file_t* file
void* buffer
size_t size
size_t offset
void
dir_t acpi_vfs::dir_at(int idx, char* path)
int idx
char* path
dir_t