1 /*************************************************************************** 2 * Copyright (c) 2024 Microsoft Corporation 3 * 4 * This program and the accompanying materials are made available under the 5 * terms of the MIT License which is available at 6 * https://opensource.org/licenses/MIT. 7 * 8 * SPDX-License-Identifier: MIT 9 **************************************************************************/ 10 11 /**************************************************************************/ 12 /**************************************************************************/ 13 /** */ 14 /** ThreadX Component */ 15 /** */ 16 /** FreeRTOS compatibility Kit */ 17 /** */ 18 /**************************************************************************/ 19 /**************************************************************************/ 20 /* RELEASE HISTORY */ 21 /* */ 22 /* DATE NAME DESCRIPTION */ 23 /* */ 24 /* 09-30-2020 William E. Lamie Initial Version 6.1 */ 25 /* */ 26 /**************************************************************************/ 27 28 #ifndef TASK_H 29 #define TASK_H 30 31 /* This file is intentionally left empty for backward compatibility. */ 32 33 #endif /* TASK_H */ 34