1 /**************************************************************************/
2 /*                                                                        */
3 /*       Copyright (c) Microsoft Corporation. All rights reserved.        */
4 /*                                                                        */
5 /*       This software is licensed under the Microsoft Software License   */
6 /*       Terms for Microsoft Azure RTOS. Full text of the license can be  */
7 /*       found in the LICENSE file at https://aka.ms/AzureRTOS_EULA       */
8 /*       and in the root directory of this software.                      */
9 /*                                                                        */
10 /**************************************************************************/
11 
12 /**************************************************************************/
13 /**************************************************************************/
14 /**                                                                       */
15 /** ThreadX Component                                                     */
16 /**                                                                       */
17 /**   FreeRTOS compatibility Kit                                          */
18 /**                                                                       */
19 /**************************************************************************/
20 /**************************************************************************/
21 /*  RELEASE HISTORY                                                       */
22 /*                                                                        */
23 /*    DATE              NAME                      DESCRIPTION             */
24 /*                                                                        */
25 /*  09-30-2020     William E. Lamie         Initial Version 6.1           */
26 /*                                                                        */
27 /**************************************************************************/
28 
29 #ifndef QUEUE_H
30 #define QUEUE_H
31 
32  /* This file is intentionally left empty for backward compatibility. */
33 
34 #endif /* QUEUE_H */
35