root/src/add-ons/accelerants/nvidia/acc_std.h
/*
        Copyright 1999, Be Incorporated.   All Rights Reserved.
        This file may be used under the terms of the Be Sample Code License.
*/

#if !defined(GLOBALDATA_H)
#define GLOBALDATA_H

#include <stdio.h>
#include <string.h>
#include <sys/ioctl.h>

/* DDC/EDID library */
//#include <create_display_modes.h>
#include <ddc.h>
//#include <edid.h>

/* Nvidia driver */
#include "DriverInterface.h"
#include "nv_globals.h"
#include "nv_proto.h"
#include "be_driver_proto.h"

#endif