[virtio-dev] Re: [RFC PATCH v2 2/3] virtio-spi: Add virtio-spi.h (V10 draft specification).
Viresh Kumar <[email protected]>
| Newsgroups | dev.linux.lists.virtio-dev,org.kernel.vger.linux-kernel,org.kernel.vger.linux-spi |
|---|---|
| Message-ID | <20240129063911.kqqi4hfxhxoyt2i6@vireshk-i7> |
On 04-01-24, 14:01, Harald Mommer wrote: > From: Harald Mommer <[email protected]> > > Add virtio-spi.h header for virtio SPI. The header file is compliant to > the virtio SPI draft specification V10. > > Signed-off-by: Harald Mommer <[email protected]> > --- > include/uapi/linux/virtio_spi.h | 185 ++++++++++++++++++++++++++++++++ > 1 file changed, 185 insertions(+) > create mode 100644 include/uapi/linux/virtio_spi.h > > diff --git a/include/uapi/linux/virtio_spi.h b/include/uapi/linux/virtio_spi.h > new file mode 100644 > index 000000000000..d56843fcb2ec > --- /dev/null > +++ b/include/uapi/linux/virtio_spi.h > @@ -0,0 +1,185 @@ > +/* SPDX-License-Identifier: BSD-3-Clause */ > +/* > + * Copyright (C) 2023 OpenSynergy GmbH > + */ > +#ifndef _LINUX_VIRTIO_VIRTIO_SPI_H > +#define _LINUX_VIRTIO_VIRTIO_SPI_H > + > +#include <linux/types.h> > +#include <linux/virtio_types.h> > +#include <linux/virtio_ids.h> > +#include <linux/virtio_config.h> Maybe keep them in alphabetical order. Looks good otherwise. Reviewed-by: Viresh Kumar <[email protected]> -- viresh --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]