//avr specific part. #include #include extern uint8_t tpl_reentrancy_counter; extern void tpl_switch_to_kernel_stack(); extern void tpl_switch_to_user_stack(); //end of avr specific part