Subversion Repositories Kolibri OS

Rev

Rev 5060 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5060 Rev 5354
Line 27... Line 27...
27
 */
27
 */
Line 28... Line 28...
28
 
28
 
29
#ifndef _AGP_BACKEND_PRIV_H
29
#ifndef _AGP_BACKEND_PRIV_H
Line 30... Line 30...
30
#define _AGP_BACKEND_PRIV_H 1
30
#define _AGP_BACKEND_PRIV_H 1
31
 
-
 
32
//#include 	/* for flush_agp_cache() */
-
 
33
 
-
 
34
 
-
 
35
enum chipset_type {
-
 
36
       NOT_SUPPORTED,
-
 
37
       SUPPORTED,
-
 
38
};
-
 
Line 39... Line 31...
39
 
31
 
Line 40... Line 32...
40
struct agp_memory;
32
#include 	/* for flush_agp_cache() */
41
 
33