mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 18:41:22 +00:00
libc: Add AArch32 and AArch64 headers
Change-Id: I4f58bb4660078c9bc76d2826c90b2fa711719a3e Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
This commit is contained in:
parent
27989a8e34
commit
7c0ff9c40c
22 changed files with 454 additions and 8 deletions
|
@ -3,11 +3,15 @@
|
|||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
/*
|
||||
* Portions copyright (c) 2018, ARM Limited and Contributors.
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _STDIO_H
|
||||
#define _STDIO_H
|
||||
|
||||
#include <arch/stdio.h>
|
||||
#include <stdio_.h>
|
||||
|
||||
#ifndef FOPEN_MAX
|
||||
#define FOPEN_MAX 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue