xref: /aosp_15_r20/external/mesa3d/src/asahi/lib/agx_device_virtio.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright 2024 Sergio Lopez
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #pragma once
7 
8 #include <stdbool.h>
9 #include "agx_device.h"
10 
11 int agx_virtio_simple_ioctl(struct agx_device *dev, unsigned cmd, void *_req);
12 
13 bool agx_virtio_open_device(struct agx_device *dev);
14