summaryrefslogtreecommitdiff
path: root/task/physmem-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'task/physmem-user.h')
-rw-r--r--task/physmem-user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/task/physmem-user.h b/task/physmem-user.h
index 2051cb5..ecb2029 100644
--- a/task/physmem-user.h
+++ b/task/physmem-user.h
@@ -31,7 +31,7 @@
/* Map the memory at offset OFFSET with size SIZE at address VADDR
from the container CONT in the physical memory server PHYSMEM. */
-error_t physmem_map (l4_thread_id_t physmem, hurd_cap_id_t cont,
+error_t physmem_map (l4_thread_id_t physmem, hurd_cap_handle_t cont,
l4_word_t offset, size_t size, void *vaddr);
#endif /* HURD_PHYSMEM_USER_H */