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