timer: add missing declaration
should probably put that in a bios.h file at some point
This commit is contained in:
		@@ -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 {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user