device/google/contexthub/util/common/util.h

13 lines
211 B
C
Raw Permalink Normal View History

2025-08-25 08:28:21 +08:00
#ifndef COMMON_UTIL_H_
#define COMMON_UTIL_H_
#include <chrono>
namespace android {
typedef std::chrono::time_point<std::chrono::steady_clock> SteadyClock;
} // namespace android
#endif // COMMON_UTIL_H_