remove \r
[extl.git] / extl / platform_ / synch / synch.h
blob3feb43609dfb862868c9bd2f90ce08c0f381f102
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: synch.h
4 * Created: 08.11.23
5 * Updated: 09.01.15
7 * Brief: the platform synchronization library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_PLATFORM_SYNCH_H
14 #define EXTL_PLATFORM_SYNCH_H
16 /* ///////////////////////////////////////////////////////////////////////
17 * Includes
19 #include "prefix.h"
20 #include "atomic_traits.h"
21 #include "synch_traits.h"
22 /* //////////////////////////////////////////////////////////////////// */
23 #endif /* EXTL_PLATFORM_SYNCH_H */
24 /* //////////////////////////////////////////////////////////////////// */