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:
parent
1af66a9cc5
commit
9d70a87f20
4 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue