blob: 33008d84cae7d69a4866effacc3ee6c5d748bffe [file] [log] [blame]
/*
* Functions to retrieve VM-specific information
*
* Copyright (c) 2020 Red Hat Inc
*
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef S390X_VM_H
#define S390X_VM_H
bool vm_is_tcg(void);
#endif /* S390X_VM_H */