Ben Skeggs | 77145f1 | 2012-07-31 16:16:21 +1000 | [diff] [blame^] | 1 | #ifndef __NOUVEAU_IRQ_H__ |
2 | #define __NOUVEAU_IRQ_H__ | ||||
3 | |||||
4 | extern int nouveau_irq_init(struct drm_device *); | ||||
5 | extern void nouveau_irq_fini(struct drm_device *); | ||||
6 | extern irqreturn_t nouveau_irq_handler(DRM_IRQ_ARGS); | ||||
7 | extern void nouveau_irq_preinstall(struct drm_device *); | ||||
8 | extern int nouveau_irq_postinstall(struct drm_device *); | ||||
9 | extern void nouveau_irq_uninstall(struct drm_device *); | ||||
10 | |||||
11 | #endif |