X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fcommon.h;h=34825044a5b5054a85dc9c42ba1d4abb8a4ef1c7;hb=1e7db40300bc594cf708bb6082a6e05a268da946;hp=7888a7aa9f2083d8f2df5bde5b77c1aea898c87b;hpb=3045a1c5f05fa6f6e3cfe73da753b7500e87aff3;p=tpg%2Facess2.git diff --git a/Kernel/include/common.h b/Kernel/include/common.h index 7888a7aa..34825044 100644 --- a/Kernel/include/common.h +++ b/Kernel/include/common.h @@ -60,6 +60,11 @@ enum eConfigs { /** * \} */ +// --- Interface Flags & Macros +#define CLONE_VM 0x10 + +// === Types === +typedef void (*tThreadFunction)(void*); // === Kernel Export Macros === /** @@ -159,7 +164,7 @@ extern int MM_Map(tVAddr VAddr, tPAddr PAddr); /** * \brief Get the physical address of \a VAddr * \param VAddr Address of the page to get the physical address of - * \return Physical page mapped at \A VAddr + * \return Physical page mapped at \a VAddr */ extern tPAddr MM_GetPhysAddr(tVAddr VAddr); /**