armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
utils.h
Go to the documentation of this file.
1 
7 #ifndef UTILS_H
8 #define UTILS_H
9 
10 #ifdef AARCH_32
11 #elif AARCH_64
12 
16 extern int get_el();
17 #endif
18 
19 #endif
get_el
int get_el()