blob: 8ece43fc48e430e11f8b02a17316ed9dd1702201 [file] [log] [blame]
// Copyright 2020 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 ZIRCON_SYSTEM_UAPP_PSUTILS_OBJECT_UTILS_H_
#define ZIRCON_SYSTEM_UAPP_PSUTILS_OBJECT_UTILS_H_
#include <zircon/types.h>
const char* obj_type_get_name(zx_obj_type_t type);
#endif // ZIRCON_SYSTEM_UAPP_PSUTILS_OBJECT_UTILS_H_