3 * - By John Hodge (thePowersGang)
5 * x86 Arch - Internal Definitions
6 * - arch/x86/include/arch_int.h
12 * \brief Spinlock primative atomic set-if-zero loop
14 extern void __AtomicTestSetLoop(Uint *Ptr, Uint Value);
17 * \brief Clear and free an address space
19 extern void MM_ClearSpace(Uint32 CR3);
22 * \brief Print a backtrace using the supplied IP/BP
24 void Error_Backtrace(Uint EIP, Uint EBP);