Big Changes - See commit details
[tpg/acess2.git] / Kernel / include / common.h
index 7888a7a..3482504 100644 (file)
@@ -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);
 /**

UCC git Repository :: git.ucc.asn.au