espi: npcx: Add missing includes to header

Add the missing includes to make the header more portable. It currently
requires other headers to be included before it.

Signed-off-by: Yuval Peress <peress@chromium.org>
This commit is contained in:
Yuval Peress 2021-07-22 13:11:50 -06:00 committed by Christopher Friedt
commit eadca02251

View file

@ -7,6 +7,9 @@
#ifndef _NUVOTON_NPCX_SOC_ESPI_H_
#define _NUVOTON_NPCX_SOC_ESPI_H_
#include <device.h>
#include <sys/util.h>
#ifdef __cplusplus
extern "C" {
#endif