redox_uefi 0.1.14

UEFI support library
Documentation
1
2
3
4
5
6
7
use crate::prelude::*;

#[repr(C)]
pub struct ConfigurationTable {
    pub VendorGuid: Guid,
    pub VendorTable: usize,
}