Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 730 → Rev 729

/kernel/trunk/generic/include/mm/asid.h
54,12 → 54,7
extern void asid_install(as_t *as);
#endif /* !def asid_install */
 
#ifndef asid_find_free
extern asid_t asid_find_free(void);
#endif /* !def asid_find_free */
#define asid_find_free() ASID_START
#define asid_put_arch(x)
 
#ifndef asid_put_arch
extern void asid_put_arch(asid_t asid);
#endif /* !def asid_put_arch */
 
#endif