050221a0de
Signed-off-by: Chloe M <chloe@mensia.org>
16 lines
264 B
C
16 lines
264 B
C
/*
|
|
* Copyright (c) 2026, Chloe M.
|
|
* Provided under the BSD-3 clause.
|
|
*
|
|
* Description: HAL page info bridge
|
|
* Author: Chloe M.
|
|
*/
|
|
|
|
#ifndef _HAL_PAGE_H_
|
|
#define _HAL_PAGE_H_ 1
|
|
|
|
/* Page information */
|
|
#include <machine/page.h>
|
|
|
|
#endif /* !_HAL_PAGE_H_ */
|