Rename some stuff - cleanup

This commit is contained in:
2018-01-27 20:27:34 +01:00
parent 13946b1758
commit fd0ca6f617
4 changed files with 9 additions and 13 deletions

View File

@@ -32,6 +32,6 @@ struct thread_stack
struct thread *new_thread(void (*function)(void));
void yield();
int get_tid();
struct thread *current_thread();
void swtch(void *, void *);
void switch_stack(void *old_ptr, void *new_ptr);