blob: 7ff914a3eb4d5cd7132e02abefb488e3f473d988 [file] [log] [blame]
Andrzej Puzdrowski9a605b62020-03-16 13:34:30 +01001
2/*
3 * Copyright (c) 2020 Nordic Semiconductor ASA
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#ifndef H_ARM_CLEANUP_
9#define H_ARM_CLEANUP_
10
11/**
12 * Cleanup interrupt priority and interupt enable registers.
13 */
14void cleanup_arm_nvic(void);
15#endif