blob: 0c00abaac5a5949ff4983fc9632aacc8a9d2813c [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.
#pragma once
#include <ddk/device.h>
#include <ddk/protocol/platform/bus.h>
#include <zircon/compiler.h>
zx_status_t publish_sysmem(pbus_protocol_t* pbus);