blob: 4d17bb49088da7fddb025c53656ecd65965ff3f8 [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "diagnostics/cros_healthd/system/system_utilities_constants.h"
namespace diagnostics {
const char kUnameMachineX86_64[] = "x86_64";
const char kUnameMachineAArch64[] = "aarch64";
const char kUnameMachineArmv7l[] = "armv7l";
} // namespace diagnostics