blob: 4ae204b23d3295355b2989610e78f3386de005f8 [file] [log] [blame]
Oleksandr Andrushchenkocc3196ae12018-05-14 09:27:37 +03001/* SPDX-License-Identifier: GPL-2.0 OR MIT */
2
3/*
4 * Xen para-virtual sound device
5 *
6 * Copyright (C) 2016-2018 EPAM Systems Inc.
7 *
8 * Author: Oleksandr Andrushchenko <[email protected]>
9 */
10
11#ifndef __XEN_SND_FRONT_H
12#define __XEN_SND_FRONT_H
13
14struct xen_snd_front_info {
15 struct xenbus_device *xb_dev;
16};
17
18#endif /* __XEN_SND_FRONT_H */