 77145f1cbd
			
		
	
	
	77145f1cbd
	
	
	
		
			
			v2: Ben Skeggs <bskeggs@redhat.com> - fill in nouveau_pm.dev to prevent oops - fix ppc issues (build + OF shadow) Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			423 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			423 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __NOUVEAU_IRQ_H__
 | |
| #define __NOUVEAU_IRQ_H__
 | |
| 
 | |
| extern int         nouveau_irq_init(struct drm_device *);
 | |
| extern void        nouveau_irq_fini(struct drm_device *);
 | |
| extern irqreturn_t nouveau_irq_handler(DRM_IRQ_ARGS);
 | |
| extern void        nouveau_irq_preinstall(struct drm_device *);
 | |
| extern int         nouveau_irq_postinstall(struct drm_device *);
 | |
| extern void        nouveau_irq_uninstall(struct drm_device *);
 | |
| 
 | |
| #endif
 |