comparison drivers/mga_vid.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents a506a6ab14e1
children bfb140f5b62c
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
19 * You should have received a copy of the GNU General Public License along 19 * You should have received a copy of the GNU General Public License along
20 * with MPlayer; if not, write to the Free Software Foundation, Inc., 20 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 */ 22 */
23 23
24 #ifndef MGA_VID_H 24 #ifndef MPLAYER_MGA_VID_H
25 #define MGA_VID_H 25 #define MPLAYER_MGA_VID_H
26 26
27 typedef struct mga_vid_config_s 27 typedef struct mga_vid_config_s
28 { 28 {
29 uint16_t version; 29 uint16_t version;
30 uint16_t card_type; 30 uint16_t card_type;
63 // #define MGA_G450 0x9ABC 63 // #define MGA_G450 0x9ABC
64 #define MGA_G550 0xDEF0 64 #define MGA_G550 0xDEF0
65 65
66 #define MGA_VID_VERSION 0x0201 66 #define MGA_VID_VERSION 0x0201
67 67
68 #endif /* MGA_VID_H */ 68 #endif /* MPLAYER_MGA_VID_H */