uefi/
config.rs

1use crate::prelude::*;
2
3#[repr(C)]
4pub struct ConfigurationTable {
5    pub VendorGuid: Guid,
6    pub VendorTable: usize,
7}