timer: add missing declaration

should probably put that in a bios.h file at some point
This commit is contained in:
Paul Mathieu 2025-06-22 07:11:33 -07:00
parent 252467c1be
commit d91ddeea22

View File

@ -5,6 +5,10 @@
#include "pol0.h" #include "pol0.h"
#include "timer.h" #include "timer.h"
extern "C" {
void BiosWozmon();
}
namespace { namespace {
struct Gpio { struct Gpio {