[][src]Function uefi_services::system_table

pub fn system_table() -> NonNull<SystemTable<Boot>>

Obtains a pointer to the system table.

This is meant to be used by higher-level libraries, which want a convenient way to access the system table singleton.

init must have been called first by the UEFI app.

The returned pointer is only valid until boot services are exited.