mirror of https://github.com/ARMmbed/mbed-os.git
Incorporating reveiw comments - Moving mbed_rtos_types.h to public headers
parent
3a1b0744ba
commit
04fac35252
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <utility>
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/Mutex.h"
|
||||
#include "rtos/Semaphore.h"
|
||||
#include "rtos/Kernel.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <cstddef>
|
||||
#include <stdint.h>
|
||||
#include "rtos/Kernel.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <chrono>
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "platform/mbed_toolchain.h"
|
||||
#if !MBED_CONF_RTOS_PRESENT
|
||||
#include "platform/source/mbed_os_timer.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "rtos/Queue.h"
|
||||
#include "rtos/MemoryPool.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "platform/NonCopyable.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define MUTEX_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "rtos/Kernel.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef QUEUE_H
|
||||
#define QUEUE_H
|
||||
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "rtos/Kernel.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <chrono>
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "rtos/Kernel.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <stdint.h>
|
||||
#include "platform/mbed_toolchain.h"
|
||||
#include "rtos/Kernel.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
|
||||
namespace rtos {
|
||||
/** \addtogroup rtos-public-api */
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define THREAD_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "platform/Callback.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef RTOS_HANDLERS_H
|
||||
#define RTOS_HANDLERS_H
|
||||
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue