1 /* 2 Copyright 1999, Be Incorporated. All Rights Reserved. 3 This file may be used under the terms of the Be Sample Code License. 4 5 Other authors: 6 Mark Watson, 7 Rudolf Cornelissen 8/2004 8 */ 9 10 #include "std.h" 11 12 int fd; 13 shared_info *si; 14 area_id shared_info_area; 15 vuint32 *regs; 16 area_id regs_area; 17 display_mode *my_mode_list; 18 area_id my_mode_list_area; 19 int accelerantIsClone; 20 21 eng_get_set_pci eng_pci_access= 22 { 23 SKEL_PRIVATE_DATA_MAGIC, 24 0, 25 4, 26 0 27 }; 28 29 eng_in_out_isa eng_isa_access= 30 { 31 SKEL_PRIVATE_DATA_MAGIC, 32 0, 33 1, 34 0 35 }; 36