diff options
Diffstat (limited to 'linux/gamma_drm.h')
-rw-r--r-- | linux/gamma_drm.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/linux/gamma_drm.h b/linux/gamma_drm.h deleted file mode 100644 index b4acd70a..00000000 --- a/linux/gamma_drm.h +++ /dev/null @@ -1,41 +0,0 @@ -/* gamma_drm.h -- Public header for the Gamma driver -*- linux-c -*- - * Created: Tue Jan 25 01:50:01 1999 by jhartmann@precisioninsight.com - * - * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. - * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice (including the next - * paragraph) shall be included in all copies or substantial portions of the - * Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. - * - * Authors: - * Jeff Hartmann <jhartmann@valinux.com> - */ - -#ifndef __GAMMA_DRM_H__ -#define __GAMMA_DRM_H__ - -typedef struct drm_gamma_init { - unsigned long hControlRegs0; - unsigned long hControlRegs1; - unsigned long hControlRegs2; - unsigned long hControlRegs3; -} drm_gamma_init_t; - -#endif |