comparison drivers/radeon_vid.h @ 32358:29dc134ae9b3

Add necessary #includes to make headers compile standalone.
author diego
date Tue, 05 Oct 2010 20:51:05 +0000
parents 4129c8cfa742
children
comparison
equal deleted inserted replaced
32357:379ac243ea60 32358:29dc134ae9b3
22 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 22 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23 */ 23 */
24 24
25 #ifndef MPLAYER_RADEON_VID_H 25 #ifndef MPLAYER_RADEON_VID_H
26 #define MPLAYER_RADEON_VID_H 26 #define MPLAYER_RADEON_VID_H
27
28 #include <linux/types.h>
27 29
28 typedef struct mga_vid_config_s 30 typedef struct mga_vid_config_s
29 { 31 {
30 uint16_t version; 32 uint16_t version;
31 uint16_t card_type; 33 uint16_t card_type;