Sign in
opensecura
/
3p
/
cheriot-rtos
/
342f2af02e26553f2806004f059101cee838ddd3
/
.
/
sdk
/
include
/
c++-config
/
cheriot-atomic.hh
blob: 64531666a74e55b455f2b2ff0039a39cf82441be [
file
] [
log
] [
blame
]
#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