1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/arm7_common: drop cyclic include

This commit is contained in:
Benjamin Valentin 2022-12-13 15:55:17 +01:00
parent b2c5c16a08
commit aa376f05c0

View File

@ -8,6 +8,8 @@
#ifndef VIC_H
#define VIC_H
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
@ -77,9 +79,6 @@ extern "C" {
#define VECT_ADDR_INDEX 0x100
#define VECT_CNTL_INDEX 0x200
#include <stdbool.h>
#include "cpu.h"
bool cpu_install_irq(int IntNumber, void *HandlerAddr, int Priority);
#ifdef __cplusplus