Oops, forgot a file from x86 fixes
authorJohn Hodge <[email protected]>
Sat, 21 Jan 2012 01:18:55 +0000 (09:18 +0800)
committerJohn Hodge <[email protected]>
Sat, 21 Jan 2012 01:18:55 +0000 (09:18 +0800)
Kernel/arch/x86/include/arch_int.h [new file with mode: 0644]

diff --git a/Kernel/arch/x86/include/arch_int.h b/Kernel/arch/x86/include/arch_int.h
new file mode 100644 (file)
index 0000000..81ea2d7
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ * Acess2 Kernel
+ * - By John Hodge (thePowersGang)
+ *
+ * x86 Arch - Internal Definitions
+ * - arch/x86/include/arch_int.h
+ */
+#ifndef _ARCH_INT_H_
+#define _ARCH_INT_H_
+
+/**
+ * \brief Spinlock primative atomic set-if-zero loop
+ */
+extern void    __AtomicTestSetLoop(Uint *Ptr, Uint Value);
+
+/**
+ * \brief Clear and free an address space
+ */
+extern void    MM_ClearSpace(Uint32 CR3);
+
+#endif
+

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