10 lines
136 B
C
10 lines
136 B
C
#ifndef TASKING_HELPERS_H
|
|
#define TASKING_HELPERS_H
|
|
|
|
#include "tasking.h"
|
|
|
|
void switch_to_task(Task* task);
|
|
uint32_t readEip();
|
|
|
|
#endif
|