Oleksandr Andrushchenko | cc3196ae1 | 2018-05-14 09:27:37 +0300 | [diff] [blame^] | 1 | /* 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 | |||||
14 | struct xen_snd_front_info { | ||||
15 | struct xenbus_device *xb_dev; | ||||
16 | }; | ||||
17 | |||||
18 | #endif /* __XEN_SND_FRONT_H */ |