rpcsx/orbis-kernel/include/orbis/time.hpp

11 lines
136 B
C++
Raw Normal View History

2023-07-09 13:03:41 +02:00
#pragma once
#include "orbis-config.hpp"
namespace orbis {
struct timespec {
uint64_t sec;
uint64_t nsec;
};
} // namespace orbis