repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
add-ons
/
accelerants
/
matrox
/
global.h
blob
ba5534deed10008d8a2a8979f46756e5fd5f08ba
1
extern
int
fd
;
2
extern
shared_info
*
si
;
3
extern
area_id shared_info_area
;
4
extern
area_id regs_area
;
5
extern
vuint32
*
regs
;
6
extern
display_mode
*
my_mode_list
;
7
extern
area_id my_mode_list_area
;
8
extern
int
accelerantIsClone
;
9
10
extern
gx00_get_set_pci gx00_pci_access
;