Commit 7c0ff9c4 authored by Antonio Nino Diaz's avatar Antonio Nino Diaz
Browse files

libc: Add AArch32 and AArch64 headers



Change-Id: I4f58bb4660078c9bc76d2826c90b2fa711719a3e
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
parent 27989a8e
...@@ -3,11 +3,15 @@ ...@@ -3,11 +3,15 @@
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
/*
* Portions copyright (c) 2018, ARM Limited and Contributors.
* All rights reserved.
*/
#ifndef _TIME_H #ifndef _TIME_H
#define _TIME_H #define _TIME_H
#include <arch/time.h> #include <time_.h>
#ifndef NULL #ifndef NULL
#define NULL ((void *) 0) #define NULL ((void *) 0)
......
...@@ -24,4 +24,4 @@ LIBC_SRCS := $(addprefix lib/libc/, \ ...@@ -24,4 +24,4 @@ LIBC_SRCS := $(addprefix lib/libc/, \
subr_prf.c) subr_prf.c)
INCLUDES += -Iinclude/lib/libc \ INCLUDES += -Iinclude/lib/libc \
-Iinclude/lib/libc/sys -Iinclude/lib/libc/$(ARCH) \
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment