summaryrefslogtreecommitdiff
path: root/Kernel/API/MemoryLayout.h
blob: 97db070c10c86772f040da3ca484efac465b3d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2021, Idan Horowitz <idan.horowitz@serenityos.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

#include <AK/Types.h>
#include <Kernel/Sections.h>

constexpr FlatPtr userspace_range_base = USER_RANGE_BASE;