Support imx6q-sabrelite userland timer driver.

This commit is contained in:
TXuian
2024-05-11 17:12:23 +08:00
parent 79d741e015
commit 48abec8a00
53 changed files with 139310 additions and 181 deletions
@@ -12,7 +12,10 @@
/// this file is only used for debug
#pragma once
#include <stdbool.h>
void printf(char* fmt, ...);
#include "printf.h"
bool init_uart_mmio();
void putc(char c);
char getc();