summaryrefslogtreecommitdiff
path: root/linux/sis_drm.h
blob: f08e9ecceeaeab9ecca8e9e04f1d95fe56876b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _sis_drm_h_
#define _sis_drm_h_

typedef struct { 
  int context;
  unsigned int offset;
  unsigned int size;
  unsigned long free;
} drm_sis_mem_t; 

typedef struct { 
  unsigned int offset, size;
} drm_sis_agp_t; 

typedef struct { 
  unsigned int left, right;
} drm_sis_flip_t; 

#endif