mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
7 lines
166 B
C
7 lines
166 B
C
// Copyright 2018 plutoo
|
|
#pragma once
|
|
#include "kernel/utimer.h"
|
|
|
|
void _utimerRecalculate(UsermodeTimer* t, u64 old_time);
|
|
u64 _utimerGetNextTime(UsermodeTimer* t);
|