blob: 4b62eca794369a7acef20e8bebd1dcfeabea45b3 [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 <ddk/protocol/pciroot.h>
__BEGIN_CDECLS;
pciroot_protocol_ops_t* get_pciroot_ops(void);
__END_CDECLS;