ddk: update includes

git-svn-id: svn://kolibrios.org@3262 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2013-02-23 09:41:48 +00:00
parent 67f8bac00f
commit 3dd2cc0db3
10 changed files with 2078 additions and 1886 deletions

View File

@@ -203,7 +203,14 @@ typedef unsigned long pgprotval_t;
typedef struct pgprot { pgprotval_t pgprot; } pgprot_t;
struct file {};
struct file
{
struct page **pages; /* physical memory backend */
unsigned int count;
unsigned int allocated;
void *vma;
};
struct vm_area_struct {};
struct address_space {};