aboutsummaryrefslogtreecommitdiff
path: root/devices/uart.hpp
blob: c86557c4a5813dfe7703e89be41011ebf9b4f154 (plain)
1
2
3
4
5
6
7
#pragma once

#include <stdio.h>
#include <sys/io.h>

template <UART port> FILE *uart_init();
template <> FILE *uart_init<COM1>();