• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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