From 4efc6b83722b1eb6b613d2a98a8582c467a8917a Mon Sep 17 00:00:00 2001 From: attila Date: Sun, 18 Mar 2007 10:52:41 +0000 Subject: 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 --- drivers/mga_vid.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'drivers') 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 - 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 -- cgit v1.2.3