change DRIVER_ to CORE_ makes things look nicer, also change it so the
[platform/upstream/libdrm.git] / linux-core / drm_core.h
1 /*
2  * Copyright 2004 Jon Smirl <jonsmirl@gmail.com>
3  * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
4  * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
5  *
6  * Permission is hereby granted, free of charge, to any person obtaining a
7  * copy of this software and associated documentation files (the "Software"),
8  * to deal in the Software without restriction, including without limitation
9  * the rights to use, copy, modify, merge, publish, distribute, sub license,
10  * and/or sell copies of the Software, and to permit persons to whom the
11  * Software is furnished to do so, subject to the following conditions:
12  *
13  * The above copyright notice and this permission notice (including the
14  * next paragraph) shall be included in all copies or substantial portions
15  * of the Software.
16  *
17  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19  * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
20  * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
21  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
22  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23  * DEALINGS IN THE SOFTWARE.
24  */
25
26 #define CORE_AUTHOR             "Gareth Hughes, Leif Delgass, José Fonseca, Jon Smirl"
27
28 #define CORE_NAME               "drm"
29 #define CORE_DESC               "DRM shared core routines"
30 #define CORE_DATE               "20040925"
31
32 #define DRM_IF_MAJOR    1
33 #define DRM_IF_MINOR    2
34
35 #define CORE_MAJOR      1
36 #define CORE_MINOR      0
37 #define CORE_PATCHLEVEL 0