Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1047 → Rev 1048

/kernel/trunk/generic/include/mm/as.h
62,7 → 62,7
SPINLOCK_DECLARE(lock);
link_t link;
int flags;
size_t size; /**< Size of this area in multiples of PAGE_SIZE. */
count_t pages; /**< Size of this area in multiples of PAGE_SIZE. */
__address base; /**< Base address of this area. */
};