Tegra: include missing stdbool.h

This patch includes the missing stdbool.h header from flowctrl.h
and bpmp_ivc.c files.

Change-Id: If60d19142b1cb8ae663fbdbdf1ffe45cbbdbc1b2
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
This commit is contained in:
Varun Wadekar 2018-12-21 10:53:53 -08:00
parent 2bf1085d58
commit a5bfcad851
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <assert.h>
#include <common/debug.h>
#include <errno.h>
#include <stdbool.h>
#include <stddef.h>
#include <string.h>

View File

@ -1,5 +1,6 @@
/*
* Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2020, NVIDIA Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@ -9,6 +10,8 @@
#include <lib/mmio.h>
#include <stdbool.h>
#include <tegra_def.h>
#define FLOWCTRL_HALT_CPU0_EVENTS (0x0U)