/* Copyright (c) 2006 NVIDIA Corporation. All rights reserved. * * NVIDIA Corporation and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation * and any modifications thereto. Any use, reproduction, disclosure or * distribution of this software and related documentation without an * express license agreement from NVIDIA Corporation is strictly prohibited. */ /** @file GF.h GFSDK top-level include header file. */ #ifndef __GF_H__ #define __GF_H__ /* Device Interface Width */ #define GF_DEVICE_INTERFACE_HOST_16 0x1 #define GF_DEVICE_INTERFACE_HOST_32 0x2 /* Device Interface Type */ #define GF_DEVICE_INTERFACE_TYPE_A 0x1 #define GF_DEVICE_INTERFACE_TYPE_B 0x2 #define GF_DEVICE_INTERFACE_TYPE_C 0x3 /* * Device Addressing options and compile-time selection */ #define GF_DEVICE_ADDRESS_DIRECT 0x1 #define GF_DEVICE_ADDRESS_INDIRECT16 0x2 #define GF_DEVICE_ADDRESS_INDIRECT32 0x4 #include "nvcommon.h" #include "GFDef.h" #include "GFRmHelp.h" /** @mainpage GoForce 5500 Software Development Kit API Reference @image html nv_logo_horiz.gif */ #endif /* __GF_H__ */