os/kernel/cpu/i386/tasking_helpers.h

10 lines
136 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"
2019-05-11 10:11:28 -05:00
void switchTask(uint32_t stack);
2019-02-11 09:30:28 -06:00
uint32_t readEip();
#endif