18 lines
290 B
C
18 lines
290 B
C
/*
|
|
* 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>
|
|
|
|
#include <arch_atomic.h>
|
|
|
|
|
|
#endif // _KERNEL_ARCH_ATOMIC_H
|
|
|