#pragma once

#include "software-modes.h"

void setup (USER_MODE) asm ("setup.function") ;

void loop (USER_MODE) asm ("loop.function") ;