End the _t nonsense

This commit is contained in:
2026-04-01 09:15:59 +02:00
parent e8a0a36889
commit e9b57f70b1
17 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
extern struct init_status init;
extern int panic_count;
struct spinlock_t serial_lock = {0};
struct spinlock serial_lock = {0};
/*
* outb - Writes a byte to a CPU port
+2 -2
View File
@@ -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;