#ifndef CONTEXT_SWITCH_H
#define CONTEXT_SWITCH_H

void kerent();

void kerxit(TD* Active);

#endif