Files
PluralTechnology/service/ptos/head/hal/page.h
T
2026-07-10 18:05:08 -04:00

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