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
@@ -7,7 +7,7 @@
#ifndef SCHEDULER_H
#define SCHEDULER_H
struct cpu_status_t* scheduler_schedule(struct cpu_status_t* context);
struct cpu_status* scheduler_schedule(struct cpu_status* context);
void scheduler_init(void);
#endif