Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Christopher Ferris | 2abfa9e | 2021-11-01 16:26:06 -0700 | [diff] [blame] | 7 | #ifndef _UAPI_LINUX_VIRTIO_SCMI_H |
| 8 | #define _UAPI_LINUX_VIRTIO_SCMI_H |
| 9 | #include <linux/virtio_types.h> |
| 10 | #define VIRTIO_SCMI_F_P2A_CHANNELS 0 |
| 11 | #define VIRTIO_SCMI_F_SHARED_MEMORY 1 |
| 12 | #define VIRTIO_SCMI_VQ_TX 0 |
| 13 | #define VIRTIO_SCMI_VQ_RX 1 |
| 14 | #define VIRTIO_SCMI_VQ_MAX_CNT 2 |
| 15 | #endif |