Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / arch / x86 / include / arch_int.h
1 /*
2  * Acess2 Kernel
3  * - By John Hodge (thePowersGang)
4  *
5  * x86 Arch - Internal Definitions
6  * - arch/x86/include/arch_int.h
7  */
8 #ifndef _ARCH_INT_H_
9 #define _ARCH_INT_H_
10
11 /**
12  * \brief Spinlock primative atomic set-if-zero loop
13  */
14 extern void     __AtomicTestSetLoop(Uint *Ptr, Uint Value);
15
16 /**
17  * \brief Clear and free an address space
18  */
19 extern void     MM_ClearSpace(Uint32 CR3);
20
21 #endif
22

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