180edefbd2
Test: treehugger Change-Id: I8e27e8ac15f5f1380046accbd7875da1c3b512f2
15 lines
444 B
C
15 lines
444 B
C
/*
|
|
* This file is auto-generated. Modifications will be lost.
|
|
*
|
|
* See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
|
|
* for more information.
|
|
*/
|
|
#ifndef _UAPI_LINUX_VIRTIO_SCMI_H
|
|
#define _UAPI_LINUX_VIRTIO_SCMI_H
|
|
#include <linux/virtio_types.h>
|
|
#define VIRTIO_SCMI_F_P2A_CHANNELS 0
|
|
#define VIRTIO_SCMI_F_SHARED_MEMORY 1
|
|
#define VIRTIO_SCMI_VQ_TX 0
|
|
#define VIRTIO_SCMI_VQ_RX 1
|
|
#define VIRTIO_SCMI_VQ_MAX_CNT 2
|
|
#endif
|