Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
xanathar committed May 1, 2024
1 parent 1044169 commit c733394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enumerators/freebsd/pcidev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct PciConf {
pd_unit: libc::c_long,
}

unsafe fn enumerate_devices() -> Result<PciInfo, PciInfoError> {
pub(super) unsafe fn enumerate_devices() -> Result<PciInfo, PciInfoError> {
let file = File::open("/dev/pci")?;
let devpci_file = file.as_raw_fd();

Expand Down

0 comments on commit c733394

Please sign in to comment.