Sign in
opensecura
/
3p
/
cheriot-rtos
/
e77355b414df5d8acffe9ffb022ca2a3d7f4e9ac
/
.
/
sdk
/
include
/
c++-config
/
cheriot-atomic.hh
blob: 64531666a74e55b455f2b2ff0039a39cf82441be [
file
]
#include
<atomic>
namespace
cheriot
{
// Compatibility definition of CHERIoT atomics now that we have a more
// complete standard definition.
template
<
typename
T
>
using
atomic
=
std
::
atomic
<
T
>;
}
// namespace cheriot