timer: add missing declaration
should probably put that in a bios.h file at some point
This commit is contained in:
parent
252467c1be
commit
d91ddeea22
@ -5,6 +5,10 @@
|
||||
#include "pol0.h"
|
||||
#include "timer.h"
|
||||
|
||||
extern "C" {
|
||||
void BiosWozmon();
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
||||
struct Gpio {
|
||||
|
Loading…
Reference in New Issue
Block a user