blob: 064bd556a9766a7789c294a044202fd60473bdaa [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package lockutil
func GetSystemID() (string, error) {
return getSystemID()
}