v86/tests/kvm-unit-tests/lib/chr-testdev.h
2017-04-29 13:22:17 -05:00

15 lines
471 B
C

#ifndef _CHR_TESTDEV_H_
#define _CHR_TESTDEV_H_
/*
* chr-testdev is a driver for the chr-testdev qemu backend.
* The chr-testdev backend exposes a simple control interface to
* qemu for kvm-unit-tests accessible through virtio-console.
*
* Copyright (C) 2014, Red Hat Inc, Andrew Jones <drjones@redhat.com>
*
* This work is licensed under the terms of the GNU LGPL, version 2.
*/
extern void chr_testdev_init(void);
extern void chr_testdev_exit(int code);
#endif