blob: 9ae1920b7c1e4203b1947f63a76733004be6ec71 [file] [log] [blame]
// Copyright 2018 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.
#pragma once
#include <zircon/processargs.h>
// Special startup handles that devmgr understands
// Optional handle to a channel that devmgr will connect to the devfs root after starting
#define DEVMGR_LAUNCHER_DEVFS_ROOT_HND PA_HND(PA_USER1, 0)