diff options
author | Marvin Borner | 2021-04-02 16:17:50 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-02 16:17:50 +0200 |
commit | b62b9d1f33a4911feb9f318ece0c1565f27abf8d (patch) | |
tree | aecea9f7b5bf651b584911cf90c61258b9564556 /libs/libc/inc/cpu.h | |
parent | d055495f3dbb62f74809d31a84621d6e86d61d0a (diff) |
Replaced target macros
Diffstat (limited to 'libs/libc/inc/cpu.h')
-rw-r--r-- | libs/libc/inc/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libc/inc/cpu.h b/libs/libc/inc/cpu.h index 4c6e721..0410125 100644 --- a/libs/libc/inc/cpu.h +++ b/libs/libc/inc/cpu.h @@ -22,7 +22,7 @@ static inline void spinlock(u32 *ptr) while (prev); } -#ifdef kernel +#ifdef KERNEL void cpu_print(void); void cpu_enable_features(void); void fpu_restore(void); |