mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-14 17:32:55 -04:00
Add func declarations
This commit is contained in:
parent
9941c8c715
commit
bc455ff2ed
1 changed files with 14 additions and 0 deletions
|
@ -482,6 +482,20 @@ const char *KernAux_Multiboot2_Info_boot_cmd_line(
|
|||
const struct KernAux_Multiboot2_Info *multiboot2_info
|
||||
);
|
||||
|
||||
/**************************
|
||||
* Header print functions *
|
||||
**************************/
|
||||
|
||||
void KernAux_Multiboot2_Header_print(
|
||||
const struct KernAux_Multiboot2_Header *multiboot2_header,
|
||||
void (*printf)(const char *format, ...)
|
||||
);
|
||||
|
||||
void KernAux_Multiboot2_HTagBase_print(
|
||||
const struct KernAux_Multiboot2_HTagBase *tag_base,
|
||||
void (*printf)(const char *format, ...)
|
||||
);
|
||||
|
||||
/*******************************
|
||||
* Information print functions *
|
||||
*******************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue