mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 14:21:00 +00:00
9 lines
162 B
C
9 lines
162 B
C
/*
|
|
* Copyright (c) 2018-2022, James Mintram <me@jamesrm.com>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define PAGE_MASK (~(FlatPtr)0xfffu)
|