17 lines
678 B
C
17 lines
678 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/***************************************************************************
|
|
* Copyright (C) 2017 by Square, Inc. *
|
|
* Steven Stallion <stallion@squareup.com> *
|
|
***************************************************************************/
|
|
|
|
#ifndef OPENOCD_RTOS_RTOS_UCOS_III_STACKINGS_H
|
|
#define OPENOCD_RTOS_RTOS_UCOS_III_STACKINGS_H
|
|
|
|
#include "rtos.h"
|
|
|
|
extern const struct rtos_register_stacking rtos_ucos_iii_cortex_m_stacking;
|
|
extern const struct rtos_register_stacking rtos_ucos_iii_esi_risc_stacking;
|
|
|
|
#endif /* OPENOCD_RTOS_RTOS_UCOS_III_STACKINGS_H */
|