@@ -50,22 +50,22 @@ impl Handler for TestHandler {
50
50
unimplemented ! ( )
51
51
}
52
52
53
- fn read_pci_u8 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 ) -> u8 {
53
+ fn read_pci_u8 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 ) -> u8 {
54
54
unimplemented ! ( )
55
55
}
56
- fn read_pci_u16 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 ) -> u16 {
56
+ fn read_pci_u16 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 ) -> u16 {
57
57
unimplemented ! ( )
58
58
}
59
- fn read_pci_u32 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 ) -> u32 {
59
+ fn read_pci_u32 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 ) -> u32 {
60
60
unimplemented ! ( )
61
61
}
62
- fn write_pci_u8 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 , _value : u8 ) {
62
+ fn write_pci_u8 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 , _value : u8 ) {
63
63
unimplemented ! ( )
64
64
}
65
- fn write_pci_u16 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 , _value : u16 ) {
65
+ fn write_pci_u16 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 , _value : u16 ) {
66
66
unimplemented ! ( )
67
67
}
68
- fn write_pci_u32 ( & self , _segment : u16 , _bus : u8 , device : u8 , _function : u8 , _offset : u16 , _value : u32 ) {
68
+ fn write_pci_u32 ( & self , _segment : u16 , _bus : u8 , _device : u8 , _function : u8 , _offset : u16 , _value : u32 ) {
69
69
unimplemented ! ( )
70
70
}
71
71
fn stall ( & self , _microseconds : u64 ) {
0 commit comments