End the _t nonsense
This commit is contained in:
+2
-2
@@ -29,8 +29,8 @@ because this shitty implementation will be replaced one day by Flanterm
|
||||
extern struct flanterm_context* ft_ctx;
|
||||
extern struct init_status init;
|
||||
|
||||
struct spinlock_t term_lock = {0};
|
||||
struct spinlock_t printf_lock = {0};
|
||||
struct spinlock term_lock = {0};
|
||||
struct spinlock printf_lock = {0};
|
||||
|
||||
extern int panic_count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user