Files
SystemPaw3/paw/stos/head/hal/page.h
T
2026-06-22 06:33:14 +00:00

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_ */