#include <agnix/agnix.h>#include <agnix/init.h>#include <agnix/bios/bios.h>Include dependency graph for bios.c:

Go to the source code of this file.
Functions | |
| int __init | bios_init (void) |
|
|
Definition at line 18 of file bios.c. References smbios_init(). Referenced by i386_init(). 00019 {
00020 smbios_init();
00021
00022 return 0;
00023 }
Here is the call graph for this function: ![]() |