RTEMS 6.1-rc5
|
Routines for parsing information passed by the FreeBSD bootloader. More...
#include <acpi/acpi.h>
#include <freebsd_loader.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
Macros | |
#define | MODINFO_NAME 0x0001 /* Name of module (string) */ |
#define | MODINFO_TYPE 0x0002 /* Type of module (string) */ |
#define | MODINFOMD_ENVP 0x0006 /* env variables (envp[]) */ |
#define | MODINFO_METADATA 0x8000 /* Module-specfic */ |
Functions | |
void | retrieve_info_from_freebsd_loader (uint32_t modules_metadata_addr) |
Routines for parsing information passed by the FreeBSD bootloader.