Staging
v0.8.1
Raw File
atomic.h
#ifdef __uClinux__
#include "atomic_no.h"
#else
#include "atomic_mm.h"
#endif
back to top