2022-06-26 18:10:12 -05:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
|
2013-04-16 18:18:16 -05:00
|
|
|
/***************************************************************************
|
|
|
|
* Copyright (C) 2011 by Broadcom Corporation *
|
|
|
|
* Evan Hunter - ehunter@broadcom.com *
|
|
|
|
***************************************************************************/
|
|
|
|
|
2015-09-21 14:07:46 -05:00
|
|
|
#ifndef OPENOCD_RTOS_RTOS_EMBKERNEL_STACKINGS_H
|
|
|
|
#define OPENOCD_RTOS_RTOS_EMBKERNEL_STACKINGS_H
|
2013-04-16 18:18:16 -05:00
|
|
|
|
|
|
|
#include "rtos.h"
|
|
|
|
|
2021-05-25 02:55:22 -05:00
|
|
|
extern const struct rtos_register_stacking rtos_embkernel_cortex_m_stacking;
|
2013-04-16 18:18:16 -05:00
|
|
|
|
2015-09-21 14:07:46 -05:00
|
|
|
#endif /* OPENOCD_RTOS_RTOS_EMBKERNEL_STACKINGS_H */
|