Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nouveau_irq.h
Go to the documentation of this file.
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 *);
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