]> git.proxmox.com Git - mirror_qemu.git/blob - include/qemu/chardev_open.h
Merge tag 'pull-riscv-to-apply-20240110' of https://github.com/alistair23/qemu into...
[mirror_qemu.git] / include / qemu / chardev_open.h
1 /*
2 * QEMU Chardev Helper
3 *
4 * Copyright (C) 2023 Intel Corporation.
5 *
6 * Authors: Yi Liu <yi.l.liu@intel.com>
7 *
8 * This work is licensed under the terms of the GNU GPL, version 2. See
9 * the COPYING file in the top-level directory.
10 */
11
12 #ifndef QEMU_CHARDEV_OPEN_H
13 #define QEMU_CHARDEV_OPEN_H
14
15 int open_cdev(const char *devpath, dev_t cdev);
16 #endif