forked from pepper-org/pepperOS
End the _t nonsense
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ extern volatile uint64_t ticks;
|
||||
|
||||
// printf("debug: [%s]: " log "\n", __FILE__, ##__VA_ARGS__);
|
||||
|
||||
void panic(struct cpu_status_t* ctx, const char* str);
|
||||
void panic(struct cpu_status* ctx, const char* str);
|
||||
void hcf(void);
|
||||
void idle(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user