xref: /haiku/src/add-ons/accelerants/matrox/global.h (revision 091b52d5b26b0fb530a4bca8318832c2afe7d3bf)
1*091b52d5Sshatty extern int fd;
2*091b52d5Sshatty extern shared_info *si;
3*091b52d5Sshatty extern area_id shared_info_area;
4*091b52d5Sshatty extern area_id regs_area;
5*091b52d5Sshatty extern vuint32 *regs;
6*091b52d5Sshatty extern display_mode *my_mode_list;
7*091b52d5Sshatty extern area_id my_mode_list_area;
8*091b52d5Sshatty extern int accelerantIsClone;
9*091b52d5Sshatty 
10*091b52d5Sshatty extern gx00_get_set_pci gx00_pci_access;
11