blob: 16722760cb46e96a843e0d658598c173641a90eb [file] [log] [blame]
/* 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 */