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