summaryrefslogtreecommitdiff
path: root/src/util/timer/timer.h
blob: 2a53c08fd159b8fe95070bd386679bb3f5782efa (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <al/types.h>

#define NNWT_TIMESTAMP_INVALID ((u64)-1)

u64 nn_get_timestamp(void);
f64 nn_get_tick(void);