blob: c1c95e586396c6dd9174c8fc641212cae62e05b0 [file] [log] [blame]
Ambroise Vincent4128f9f2019-02-11 13:34:41 +00001/*
2 * Copyright (c) 2012-2017 Roberto E. Vargas Caballero
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6/*
Bence Szépkúti59130302019-12-18 17:18:16 +01007 * Portions copyright (c) 2018-2019, ARM Limited and Contributors.
Ambroise Vincent4128f9f2019-02-11 13:34:41 +00008 * All rights reserved.
9 */
10
11#ifndef TIME_H
12#define TIME_H
13
Bence Szépkúti59130302019-12-18 17:18:16 +010014#include <stddef.h>
Ambroise Vincent4128f9f2019-02-11 13:34:41 +000015
Bence Szépkúti59130302019-12-18 17:18:16 +010016typedef long int time_t;
Ambroise Vincent4128f9f2019-02-11 13:34:41 +000017
18#endif /* TIME_H */