ef0588512c
Signed-off-by: Chloe M. <chloe@mensia.org>
15 lines
245 B
C
15 lines
245 B
C
/*
|
|
* Copyright (c) 2026, Chloe M.
|
|
* Provided under the BSD-3 clause.
|
|
*
|
|
* Description: Page-related definitions
|
|
* Author: Chloe M.
|
|
*/
|
|
|
|
#ifndef _HAL_PAGE_H_
|
|
#define _HAL_PAGE_H_ 1
|
|
|
|
#include <machine/page.h>
|
|
|
|
#endif /* !_HAL_PAGE_H_ */
|