// mutex standard header -*-c++-*-
// Copyright 2009-2017 IAR Systems AB.
#ifndef _MUTEX_
#define _MUTEX_


#ifndef _SYSTEM_BUILD
  #pragma system_include
#endif

#error "IAR Systems does not support mutex"

#endif /* _MUTEX_ */
