mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	Kernel/Interrupts: Move PCIIRQHandler => PCI::IRQHandler
This class is part of the PCI code so let's move it to the PCI namespace like other handling code parts of the PCI bus.
This commit is contained in:
		
							parent
							
								
									4446858401
								
							
						
					
					
						commit
						68c3f9aa5a
					
				
					 8 changed files with 18 additions and 18 deletions
				
			
		|  | @ -10,7 +10,7 @@ | |||
| namespace Kernel::Audio::IntelHDA { | ||||
| 
 | ||||
| InterruptHandler::InterruptHandler(Controller& controller) | ||||
|     : PCIIRQHandler(controller, controller.device_identifier().interrupt_line().value()) | ||||
|     : PCI::IRQHandler(controller, controller.device_identifier().interrupt_line().value()) | ||||
|     , m_controller(controller) | ||||
| { | ||||
|     enable_irq(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Liav A
						Liav A