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

11 lines
136 B
C++
Raw Normal View History

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