blob: bf7a39fab17b514f7facd385c9ebef17ac68c269 [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PERIDOT_LIB_DEVICE_INFO_DEVICE_INFO_H_
#define PERIDOT_LIB_DEVICE_INFO_DEVICE_INFO_H_
#include <string>
namespace modular {
std::string LoadDeviceProfile();
std::string LoadDeviceID(const std::string& user);
std::string LoadDeviceName(const std::string& user);
} // namespace modular
#endif // PERIDOT_LIB_DEVICE_INFO_DEVICE_INFO_H_