(
&self,
_index: InterruptIndex,
_config: InterruptSourceConfig,
_masked: bool,
_set_gsi: bool,
)
| 359 | self.event_fd.write(1) |
| 360 | } |
| 361 | fn update( |
| 362 | &self, |
| 363 | _index: InterruptIndex, |
| 364 | _config: InterruptSourceConfig, |
| 365 | _masked: bool, |
| 366 | _set_gsi: bool, |
| 367 | ) -> result::Result<(), std::io::Error> { |
| 368 | Ok(()) |
| 369 | } |
| 370 | fn set_gsi(&self) -> result::Result<(), std::io::Error> { |
| 371 | Ok(()) |
| 372 | } |
no outgoing calls
no test coverage detected