blob: 7abba0ccae3d86a00348ccbb242f51410ef5a807 [file] [log] [blame] [edit]
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Functions to retrieve VM-specific information
*
* Copyright (c) 2020 Red Hat Inc
*/
#ifndef _S390X_VM_H_
#define _S390X_VM_H_
bool vm_is_tcg(void);
#endif /* _S390X_VM_H_ */