summaryrefslogtreecommitdiff
path: root/utility/rtos_compatibility_layers/FreeRTOS/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'utility/rtos_compatibility_layers/FreeRTOS/queue.h')
-rw-r--r--utility/rtos_compatibility_layers/FreeRTOS/queue.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/utility/rtos_compatibility_layers/FreeRTOS/queue.h b/utility/rtos_compatibility_layers/FreeRTOS/queue.h
new file mode 100644
index 00000000..f7138609
--- /dev/null
+++ b/utility/rtos_compatibility_layers/FreeRTOS/queue.h
@@ -0,0 +1,34 @@
+/**************************************************************************/
+/* */
+/* Copyright (c) Microsoft Corporation. All rights reserved. */
+/* */
+/* This software is licensed under the Microsoft Software License */
+/* Terms for Microsoft Azure RTOS. Full text of the license can be */
+/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
+/* and in the root directory of this software. */
+/* */
+/**************************************************************************/
+
+/**************************************************************************/
+/**************************************************************************/
+/** */
+/** ThreadX Component */
+/** */
+/** FreeRTOS compatibility Kit */
+/** */
+/**************************************************************************/
+/**************************************************************************/
+/* RELEASE HISTORY */
+/* */
+/* DATE NAME DESCRIPTION */
+/* */
+/* 09-30-2020 William E. Lamie Initial Version 6.1 */
+/* */
+/**************************************************************************/
+
+#ifndef QUEUE_H
+#define QUEUE_H
+
+ /* This file is intentionally left empty for backward compatibility. */
+
+#endif /* QUEUE_H */