arch/xtensa/src/esp32/esp32_rt_timer.h: Add section headers.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-05-25 14:32:03 +01:00 committed by David Sidrane
parent f14ceb43b7
commit f24a687f8e

View File

@ -31,9 +31,17 @@
#include <sys/types.h>
#include <nuttx/list.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
#define RT_TIMER_NOFLAGS (0) /* Timer support no feature */
#define RT_TIMER_REPEAT (1 << 0) /* Timer is repeat */
/****************************************************************************
* Private Types
****************************************************************************/
/**
* RT timer state
*/
@ -80,6 +88,10 @@ extern "C"
#define EXTERN extern
#endif
/****************************************************************************
* Public Function Prototypes
****************************************************************************/
/****************************************************************************
* Name: rt_timer_create
*