os/kernel/cpu/i386/tasking_helpers.h

9 lines
120 B
C
Raw Normal View History

2019-02-11 09:30:28 -06:00
#ifndef TASKING_HELPERS_H
#define TASKING_HELPERS_H
#include "tasking.h"
2020-07-12 14:28:58 -05:00
void switch_to_task_asm(Task* task);
2019-02-11 09:30:28 -06:00
#endif