blob: af9da72c4134c37295b053120ecb5cf06d095f1b [file] [log] [blame] [edit]
// Copyright 2024 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef HEARTD_DAEMON_UTILS_MOJO_OUTPUT_H_
#define HEARTD_DAEMON_UTILS_MOJO_OUTPUT_H_
#include <string>
#include "heartd/mojom/heartd.mojom.h"
namespace heartd {
std::string ToStr(ash::heartd::mojom::ServiceName name);
std::string ToStr(ash::heartd::mojom::ActionType action);
} // namespace heartd
#endif // HEARTD_DAEMON_UTILS_MOJO_OUTPUT_H_