From fc852b23608c2162b264302e6f48e5f8b3b0b512 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 31 Dec 2019 23:32:42 +0100 Subject: move ARM_BASE definition to global.h --- global.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'global.h') diff --git a/global.h b/global.h index 202ca85..34867a1 100644 --- a/global.h +++ b/global.h @@ -23,4 +23,8 @@ // (as in sane kernels - like linux, not like in wiki.osdev codes...) #define GPIO_BASE (PERIF_BASE + 0x200000) +// ARM control block +// called "base address for the ARM interrupt register" elsewhere +#define ARM_BASE (PERIF_BASE + 0xB000) + #endif // GLOBAL_H -- cgit v1.2.3