summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-18 10:52:41 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-18 10:52:41 +0000
commit4efc6b83722b1eb6b613d2a98a8582c467a8917a (patch)
treede2cb007549311ecfa44f9f484ae2072ce1fcc84 /drivers
parentf20d1b16a895f5949851aacd70f24da046164670 (diff)
downloadmpv-4efc6b83722b1eb6b613d2a98a8582c467a8917a.tar.bz2
mpv-4efc6b83722b1eb6b613d2a98a8582c467a8917a.tar.xz
sync mga_vid.h to the one in the mga_vid repo.
removes one commented include and adds a define no incompatible change git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22710 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mga_vid.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/mga_vid.h b/drivers/mga_vid.h
index d6d12f6ae9..0a4f378385 100644
--- a/drivers/mga_vid.h
+++ b/drivers/mga_vid.h
@@ -15,8 +15,6 @@
#ifndef __LINUX_MGAVID_H
#define __LINUX_MGAVID_H
-//#include <inttypes.h>
-
typedef struct mga_vid_config_s
{
uint16_t version;
@@ -52,6 +50,9 @@ uint32_t num_frames;
#define MGA_G200 0x1234
#define MGA_G400 0x5678
+// currently unused, G450 are mapped to MGA_G400
+// #define MGA_G450 0x9ABC
+#define MGA_G550 0xDEF0
#define MGA_VID_VERSION 0x0201