blob: fdb97b9446d1ad23fdd965bb442d92daa1141402 [file] [log] [blame]
// Copyright 2019 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_ULIB_ZX_TEST_UTIL_H_
#define ZIRCON_SYSTEM_ULIB_ZX_TEST_UTIL_H_
#include <lib/zx/job.h>
zx::resource GetProfileResource();
#endif // ZIRCON_SYSTEM_ULIB_ZX_TEST_UTIL_H_