Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b1a67099fce4743eb996db35e24631c8e06c3186
/
.
/
drivers
/
spi
/
spi_rtio.c
blob: 59b56803ae132e40315c1d8b788ce2d7506d202b [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr/drivers/spi.h>
const
struct
rtio_iodev_api spi_iodev_api
=
{
.
submit
=
spi_iodev_submit
,
};