summaryrefslogtreecommitdiff
path: root/grlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'grlib.h')
-rw-r--r--grlib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/grlib.h b/grlib.h
index 235d56a..b182884 100644
--- a/grlib.h
+++ b/grlib.h
@@ -39,6 +39,7 @@
#define GAISLER_IRQMP 0x00D
#define GAISLER_GPTIMER 0x011
#define GAISLER_GRETH 0x01D
+#define GAISLER_L2C 0x04B
#define ESA_MCTRL 0x00F
#define CONTRIB_NS16550 0x050
#define CONTRIB_CLINT 0x051
@@ -104,4 +105,4 @@ extern void apbuart_restore_stdio (void);
extern void apbuart_close_port (void);
extern void apbuart_flush (void);
extern const struct grlib_ipcore gptimer, irqmp, apbuart, apbmst,
- greth, leon3s, srctrl, ns16550, clint, plic, sdctrl, s5test;
+ greth, l2c, leon3s, srctrl, ns16550, clint, plic, sdctrl, s5test;