Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / hidds / nouveau / drm / drm-aros / drm_aros.h
blobe6001d5fa92632333d2ded0d769f786b3e8b49dc
1 /*
2 Copyright 2009, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #if !defined(DRM_AROS_H)
7 #define DRM_AROS_H
9 #include <oop/oop.h>
11 extern struct Library * OOPBase_DRM;
12 extern OOP_Object * pciDriver;
13 extern OOP_Object * pciBus;
14 struct drm_driver;
15 #define OOPBase OOPBase_DRM
17 LONG drm_aros_pci_find_supported_video_card(struct drm_driver *drv);
18 VOID drm_aros_pci_shutdown(struct drm_driver *drv);
19 LONG drm_aros_pci_init(struct drm_driver * drv);
21 #endif /* DRM_AROS_H */