xen_snd_front.h 356 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 OR MIT */
  2. /*
  3. * Xen para-virtual sound device
  4. *
  5. * Copyright (C) 2016-2018 EPAM Systems Inc.
  6. *
  7. * Author: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
  8. */
  9. #ifndef __XEN_SND_FRONT_H
  10. #define __XEN_SND_FRONT_H
  11. struct xen_snd_front_info {
  12. struct xenbus_device *xb_dev;
  13. };
  14. #endif /* __XEN_SND_FRONT_H */