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 6 #if !defined(GLOBALDATA_H) 7 #define GLOBALDATA_H 8 9 #include <stdio.h> 10 #include <sys/ioctl.h> 11 12 /* DDC/EDID library */ 13 //#include <create_display_modes.h> 14 #include <ddc.h> 15 //#include <edid.h> 16 17 /* Nvidia driver */ 18 #include "DriverInterface.h" 19 #include "nv_globals.h" 20 #include "nv_proto.h" 21 #include "be_driver_proto.h" 22 23 #endif 24