flash/stm32h7x: fix FLASH_WPSN_PRG mask used for protection
[fw/openocd] / src / rtos / rtos_ecos_stackings.h
index 82f085534ab31d3e89e47f6764a443cae927a1b1..d66d05fe9cc90a121ed48b2d787c7d388b2e2670 100644 (file)
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef INCLUDED_RTOS_STANDARD_STACKINGS_H_
-#define INCLUDED_RTOS_STANDARD_STACKINGS_H_
+#ifndef OPENOCD_RTOS_RTOS_ECOS_STACKINGS_H
+#define OPENOCD_RTOS_RTOS_ECOS_STACKINGS_H
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -25,6 +23,6 @@
 
 #include "rtos.h"
 
-extern const struct rtos_register_stacking rtos_eCos_Cortex_M3_stacking;
+extern const struct rtos_register_stacking rtos_ecos_cortex_m3_stacking;
 
-#endif //ifndef INCLUDED_RTOS_STANDARD_STACKINGS_H_
+#endif /* OPENOCD_RTOS_RTOS_ECOS_STACKINGS_H */