xref: /kvm-unit-tests/lib/migrate.h (revision 03dca0b5151b24cb7eea20ff63df1b8d3fd3b0c9)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Migration-related functions
4  *
5  * Copyright IBM Corp. 2022
6  * Author: Nico Boehr <nrb@linux.ibm.com>
7  */
8 
9 void migrate_once(void);
10