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:
parent
732adf3789
commit
eadca02251
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue