Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
66d8e27c34e6842b66a474093ffb9597d9fb7d5c
/
.
/
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
,
};