Files
quark-kernel/include/x86/multiboot2.h
2022-06-15 15:59:31 -05:00

13 lines
186 B
C

#pragma once
#include "kernel.h"
/**
* @brief
*
* @param boot_info
* @param table
* @return void*
*/
void *read_multiboot_table(struct boot_info_t *boot_info, void *table);