Subversion Repositories Kolibri OS

Rev

Rev 3243 | Rev 3391 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3243 Rev 3262
Line 201... Line 201...
201
 
201
 
Line 202... Line 202...
202
typedef unsigned long   pgprotval_t;
202
typedef unsigned long   pgprotval_t;
Line 203... Line 203...
203
 
203
 
-
 
204
typedef struct pgprot { pgprotval_t pgprot; } pgprot_t;
-
 
205
 
-
 
206
struct file
-
 
207
{
-
 
208
    struct page  **pages;         /* physical memory backend */
-
 
209
    unsigned int   count;
-
 
210
    unsigned int   allocated;
204
typedef struct pgprot { pgprotval_t pgprot; } pgprot_t;
211
    void           *vma;
205
 
212
};
Line 206... Line 213...
206
struct file {};
213
 
207
struct vm_area_struct {};
214
struct vm_area_struct {};