Sign in
android
/
platform
/
external
/
rust
/
crates
/
uefi-raw
/
refs/heads/android15-qpr2-release
/
.
/
src
/
table
/
mod.rs
blob: 162fb5d5900abcf0f2502f6a3c1d441a6b6c0b9c [
file
] [
log
] [
blame
] [
edit
]
//! Standard UEFI tables.
mod
header
;
mod
revision
;
pub
mod
boot
;
pub
mod
configuration
;
pub
mod
runtime
;
pub
mod
system
;
pub
use
header
::
Header
;
pub
use
revision
::
Revision
;