mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
Add time function signatures
This commit is contained in:
14
include/sta/time.hpp
Normal file
14
include/sta/time.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef STA_TIME_HPP
|
||||
#define STA_TIME_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
namespace sta
|
||||
{
|
||||
using TimeMsFn = uint32_t (*)();
|
||||
using TimeUsFn = uint32_t (*)();
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_TIME_HPP
|
Reference in New Issue
Block a user