summaryrefslogtreecommitdiffstats
path: root/kmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmem.h')
-rw-r--r--kmem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kmem.h b/kmem.h
index 985864d..a92d55a 100644
--- a/kmem.h
+++ b/kmem.h
@@ -11,6 +11,9 @@ typedef struct {
// uintptr_t va;
void *ua;
size_t size;
+
+ size_t alignment_offset;
+ size_t mmap_offset;
} pcilib_kmem_addr_t;
/**