mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-12 07:27:02 +02:00
Change-Id: I4f58bb4660078c9bc76d2826c90b2fa711719a3e Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
17 lines
268 B
C
17 lines
268 B
C
/*
|
|
* Copyright (c) 2012-2017 Roberto E. Vargas Caballero
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
/*
|
|
* Portions copyright (c) 2018, ARM Limited and Contributors.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
#ifndef _STDINT_H_
|
|
#define _STDINT_H_
|
|
|
|
#include <stdint_.h>
|
|
|
|
#endif
|