forked from AbleOS/ableos
chore: cargo fmt
This commit is contained in:
parent
f801eea0aa
commit
983550ae54
|
@ -196,7 +196,6 @@ unsafe fn pci_config_write(bus: u8, device: u8, func: u8, offset: u8, value: u32
|
||||||
|
|
||||||
// write data
|
// write data
|
||||||
Port::<u32>::new(0xCFC).write(value);
|
Port::<u32>::new(0xCFC).write(value);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_header_type(bus: u8, device: u8, function: u8) -> u8 {
|
fn get_header_type(bus: u8, device: u8, function: u8) -> u8 {
|
||||||
|
|
Loading…
Reference in a new issue