summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/ez80f91_spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/ez80/ez80f91_spi.h')
-rw-r--r--nuttx/arch/z80/src/ez80/ez80f91_spi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/z80/src/ez80/ez80f91_spi.h b/nuttx/arch/z80/src/ez80/ez80f91_spi.h
index 9fa42917b..1ef3a755d 100644
--- a/nuttx/arch/z80/src/ez80/ez80f91_spi.h
+++ b/nuttx/arch/z80/src/ez80/ez80f91_spi.h
@@ -44,7 +44,7 @@
#include <nuttx/config.h>
#include <stdint.h>
#include <stdbool.h>
-#include <nuttx/spi.h>
+#include <nuttx/spi/spi.h>
/************************************************************************************
* Definitions
@@ -102,7 +102,7 @@ extern "C" {
/* The external functions, ez80_spiselect, ez80_spistatus, ans ez80_spicmddata must
* be provided by board-specific logic. These are implementations of the select,
* status, and cmddata methods of the SPI interface defined by struct spi_ops_s (see
- * include/nuttx/spi.h). All other methods (including up_spiinitialize()) are
+ * include/nuttx/spi/spi.h). All other methods (including up_spiinitialize()) are
* provided by common logic. To use this common SPI logic on your board:
*
* 1. Provide ez80_spiselect() and ez80_spistatus() functions in your board-specific