blob: d371276d5dc05c25939cf7fac23904ff84b7526d [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 <region-alloc/region-alloc.h>
RegionAllocator* Get32BitMmioAllocator();
RegionAllocator* Get64BitMmioAllocator();
RegionAllocator* GetIoAllocator();