drivers: espi: move header to include/drivers

Driver APIs need to go into include/drivers/.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-10-01 10:49:26 -04:00
commit 9d70a87f20
4 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
#include <kernel.h>
#include <soc.h>
#include <errno.h>
#include <espi.h>
#include <drivers/espi.h>
#include <logging/log.h>
#include "espi_utils.h"