1/*
2 * Copyright 2014, Paweł Dziepak, pdziepak@quarnos.org.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef _KERNEL_ARCH_ATOMIC_H
6#define _KERNEL_ARCH_ATOMIC_H
7
8
9#include <SupportDefs.h>
10
11#include <KernelExport.h>
12
13#include <arch_atomic.h>
14
15
16#endif	// _KERNEL_ARCH_ATOMIC_H
17
18