summaryrefslogtreecommitdiff
path: root/src/arch/tc1796-triboard/driver/counter.cc
blob: d48ed4d85e88c8e4a2ae1553586d54a27910657e (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright 2022 Birte Kristina Friesel
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */
#include "arch.h"
#include "driver/counter.h"

Counter counter;