This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
|
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#include "common/address_space.inc"
|
|
|
|
namespace Common {
|
|
|
|
template class Common::FlatAllocator<u32, 0, 32>;
|
|
|
|
}
|