comparison drivers/radeon_vid.h @ 25551:d88f5f82826e

Replace multiple inclusion guards with leading underscores by default names. Leading underscores are reserved for system identifiers.
author diego
date Tue, 01 Jan 2008 20:21:20 +0000
parents 544914dadb52
children a506a6ab14e1
comparison
equal deleted inserted replaced
25550:8338eda7af28 25551:d88f5f82826e
11 * 11 *
12 * This file is partly based on mga_vid and sis_vid stuff from 12 * This file is partly based on mga_vid and sis_vid stuff from
13 * mplayer's package. 13 * mplayer's package.
14 */ 14 */
15 15
16 #ifndef __RADEON_VID_INCLUDED 16 #ifndef RADEON_VID_H
17 #define __RADEON_VID_INCLUDED 17 #define RADEON_VID_H
18 18
19 typedef struct mga_vid_config_s 19 typedef struct mga_vid_config_s
20 { 20 {
21 uint16_t version; 21 uint16_t version;
22 uint16_t card_type; 22 uint16_t card_type;
112 #define MGA_VID_OFF _IO ('J', 3) 112 #define MGA_VID_OFF _IO ('J', 3)
113 #define MGA_VID_FSEL _IOR('J', 4, int) 113 #define MGA_VID_FSEL _IOR('J', 4, int)
114 114
115 #define MGA_VID_VERSION 0x0201 115 #define MGA_VID_VERSION 0x0201
116 116
117 #endif 117 #endif /* RADEON_VID_H */