2014-01-06 09:49:34 +04:00
|
|
|
/*
|
|
|
|
* 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 <SupportDefs.h>
|
|
|
|
|
|
|
|
#include <KernelExport.h>
|
|
|
|
|
2014-01-20 07:02:07 +04:00
|
|
|
#include <arch_atomic.h>
|
2014-01-06 09:49:34 +04:00
|
|
|
|
|
|
|
|
|
|
|
#endif // _KERNEL_ARCH_ATOMIC_H
|
|
|
|
|