Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1914 → Rev 1891

/trunk/kernel/generic/include/mm/as.h
216,9 → 216,6
extern unative_t sys_as_area_resize(uintptr_t address, size_t size, int flags);
extern unative_t sys_as_area_destroy(uintptr_t address);
 
/* Introspection functions. */
extern void as_print(as_t *as);
 
#endif /* KERNEL */
 
#endif