mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-25 18:23:22 +00:00
pci重构+pcie支持 (#235)
* pci重构+pcie支持 * pci重构测试完成 * 修正makefile的问题 * 小修改 * 修改函数名字
This commit is contained in:
@ -16,7 +16,8 @@ use crate::{
|
||||
ffi_convert::FFIBind2Rust,
|
||||
refcount::{refcount_inc, RefCount},
|
||||
spinlock::{spin_lock_irqsave, spin_unlock_irqrestore},
|
||||
}, syscall::SystemError,
|
||||
},
|
||||
syscall::SystemError,
|
||||
};
|
||||
|
||||
#[no_mangle]
|
||||
|
Reference in New Issue
Block a user