aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/chardev_open.h
blob: 64e8fcfdcb239e47774d55dfc57efff9101ce0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * QEMU Chardev Helper
 *
 * Copyright (C) 2023 Intel Corporation.
 *
 * Authors: Yi Liu <yi.l.liu@intel.com>
 *
 * This work is licensed under the terms of the GNU GPL, version 2.  See
 * the COPYING file in the top-level directory.
 */

#ifndef QEMU_CHARDEV_OPEN_H
#define QEMU_CHARDEV_OPEN_H

int open_cdev(const char *devpath, dev_t cdev);
#endif