xref: /haiku/src/add-ons/accelerants/nvidia/engine/nv_globals.h (revision 6f1ef82c3d0129725bfb7ca42297700e892bb157)
1*6f1ef82cSshatty extern int fd;
2*6f1ef82cSshatty extern shared_info *si;
3*6f1ef82cSshatty extern area_id shared_info_area;
4*6f1ef82cSshatty extern area_id regs_area;
5*6f1ef82cSshatty extern vuint32 *regs;
6*6f1ef82cSshatty extern display_mode *my_mode_list;
7*6f1ef82cSshatty extern area_id my_mode_list_area;
8*6f1ef82cSshatty extern int accelerantIsClone;
9*6f1ef82cSshatty 
10*6f1ef82cSshatty extern nv_get_set_pci nv_pci_access;
11