|
iPXE
|
#include <stdint.h>#include <ipxe/device.h>#include <ipxe/init.h>#include <realmode.h>#include <usr/autoboot.h>Go to the source code of this file.
Macros | |
| #define | autoboot_busdevfn __use_data16 ( autoboot_busdevfn ) |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| uint16_t | __bss16 (autoboot_busdevfn) |
| static void | pci_autoboot_init (void) |
| Initialise PCI autoboot device. More... | |
| struct init_fn pci_autoboot_init_fn | __init_fn (INIT_NORMAL) |
| PCI autoboot device initialisation function. More... | |
| #define autoboot_busdevfn __use_data16 ( autoboot_busdevfn ) |
Definition at line 34 of file pci_autoboot.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| uint16_t __bss16 | ( | autoboot_busdevfn | ) |
|
static |
Initialise PCI autoboot device.
Definition at line 39 of file pci_autoboot.c.
References autoboot_busdevfn, BUS_TYPE_PCI, and set_autoboot_busloc().
| struct init_fn pci_autoboot_init_fn __init_fn | ( | INIT_NORMAL | ) |
PCI autoboot device initialisation function.
1.8.15