/* * Copyright 2014, Paweł Dziepak, pdziepak@quarnos.org. * Distributed under the terms of the MIT License. */ #ifndef _KERNEL_ARCH_ATOMIC_H #define _KERNEL_ARCH_ATOMIC_H #include #include #ifdef __x86_64__ # include #elif __INTEL__ # include #elif __POWERPC__ # include #endif #endif // _KERNEL_ARCH_ATOMIC_H