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