summaryrefslogtreecommitdiff
path: root/src/arch/posix/driver/counter.cc
blob: dd6196af80cd7415e957c65d9ec73f4d18c6a7de (plain)
1
2
3
4
5
6
7
8
/*
 * Copyright 2020 Daniel Friesel
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */
#include "driver/counter.h"

Counter counter;