Sign in
opensecura
/
3p
/
cheriot-rtos
/
d70f73050ef3369ac8d18dcccbb9c76a42d1b58d
/
.
/
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