blob: e1eb2a501f2608cb062f17e1693fe0ec08d76cf8 [file] [log] [blame]
Antonio Nino Diazcf0f8052018-08-17 10:45:47 +01001/*
2 * Copyright (c) 2012-2017 Roberto E. Vargas Caballero
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
Antonio Nino Diaz6ef16122018-08-15 19:51:09 +01006/*
Govindraj Rajaeee28e72023-08-01 15:52:40 -05007 * Portions copyright (c) 2018-2019, Arm Limited and Contributors.
Antonio Nino Diaz6ef16122018-08-15 19:51:09 +01008 * All rights reserved.
9 */
Antonio Nino Diazcf0f8052018-08-17 10:45:47 +010010
Antonio Nino Diaz17605e72018-08-14 13:39:29 +010011#ifndef TIME_H
12#define TIME_H
Antonio Nino Diazcf0f8052018-08-17 10:45:47 +010013
Bence Szépkúti92410c92019-10-25 18:12:41 +020014#include <stddef.h>
Antonio Nino Diazcf0f8052018-08-17 10:45:47 +010015
Bence Szépkútifddf5182019-10-25 17:48:20 +020016typedef long int time_t;
17
Antonio Nino Diaz17605e72018-08-14 13:39:29 +010018#endif /* TIME_H */