source: azure_iot_hub/trunk/asp3_dcre/mbed/platform/mbed_critical.h@ 388

Last change on this file since 388 was 388, checked in by coas-nagasima, 5 years ago

Azure IoT Hub Device C SDK を使ったサンプルの追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 236 bytes
Line 
1#ifndef MBED_CRITICAL_H
2#define MBED_CRITICAL_H
3
4#include <stdint.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void core_util_critical_section_enter(void);
11void core_util_critical_section_exit(void);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif
Note: See TracBrowser for help on using the repository browser.