16 lines
606 B
C
16 lines
606 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/***************************************************************************
|
|
* Copyright (C) 2011 by Broadcom Corporation *
|
|
* Evan Hunter - ehunter@broadcom.com *
|
|
***************************************************************************/
|
|
|
|
#ifndef OPENOCD_RTOS_RTOS_EMBKERNEL_STACKINGS_H
|
|
#define OPENOCD_RTOS_RTOS_EMBKERNEL_STACKINGS_H
|
|
|
|
#include "rtos.h"
|
|
|
|
extern const struct rtos_register_stacking rtos_embkernel_cortex_m_stacking;
|
|
|
|
#endif /* OPENOCD_RTOS_RTOS_EMBKERNEL_STACKINGS_H */
|