blob: 72ae397d55a407fd0f518bc2c72e38ab220bde23 [file] [log] [blame]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// General utility related bits for provisioning.
package common_utils
const (
KvmDevicePath = "/dev/kvm"
)