include/linux/agpgart.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
equal deleted inserted replaced
1:0056487c491e 2:d1f6d8b6f81c
    50 #define FALSE 0
    50 #define FALSE 0
    51 #endif
    51 #endif
    52 
    52 
    53 #ifndef __KERNEL__
    53 #ifndef __KERNEL__
    54 #include <linux/types.h>
    54 #include <linux/types.h>
    55 #include <asm/types.h>
       
    56 
    55 
    57 struct agp_version {
    56 struct agp_version {
    58 	__u16 major;
    57 	__u16 major;
    59 	__u16 minor;
    58 	__u16 minor;
    60 };
    59 };