Merge branch 'pcid_correct_mcfg_repr' into 'master'
Make Mcfg repr(C, packed) rather than repr(packed) See merge request redox-os/drivers!233
This commit is contained in:
@@ -97,7 +97,7 @@ fn locate_ecam_dtb<T>(
|
||||
|
||||
pub const MCFG_NAME: [u8; 4] = *b"MCFG";
|
||||
|
||||
#[repr(packed)]
|
||||
#[repr(C, packed)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct Mcfg {
|
||||
// base sdt fields
|
||||
|
||||
Reference in New Issue
Block a user