Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1237 → Rev 1238

/kernel/trunk/generic/include/mm/as_arg.h
45,6 → 45,9
*/
void *base;
/*
* The following members are filled only by acceptor.
*/
unsigned long size; /**< Size of memory being sent/accepted must match. */
int flags; /**< Address space area flags of sender and acceptor must match. */
} as_area_acptsnd_arg_t;