/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2014, STMicroelectronics International N.V. */ #ifndef TIME_H #define TIME_H #include #include typedef int64_t time_t; #endif /*TIME_H*/