Rev 1891 | Rev 2000 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1891 | Rev 1914 | ||
|---|---|---|---|
| Line 214... | Line 214... | ||
| 214 | /* Address space area related syscalls. */ |
214 | /* Address space area related syscalls. */ |
| 215 | extern unative_t sys_as_area_create(uintptr_t address, size_t size, int flags); |
215 | extern unative_t sys_as_area_create(uintptr_t address, size_t size, int flags); |
| 216 | extern unative_t sys_as_area_resize(uintptr_t address, size_t size, int flags); |
216 | extern unative_t sys_as_area_resize(uintptr_t address, size_t size, int flags); |
| 217 | extern unative_t sys_as_area_destroy(uintptr_t address); |
217 | extern unative_t sys_as_area_destroy(uintptr_t address); |
| 218 | 218 | ||
| - | 219 | /* Introspection functions. */ |
|
| - | 220 | extern void as_print(as_t *as); |
|
| - | 221 | ||
| 219 | #endif /* KERNEL */ |
222 | #endif /* KERNEL */ |
| 220 | 223 | ||
| 221 | #endif |
224 | #endif |
| 222 | 225 | ||
| 223 | /** @} |
226 | /** @} |