1 /*
2  * Copyright (c) 2006-2019, RT-Thread Development Team
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  * Change Logs:
7  * Date           Author       Notes
8  * 2019-11-01     Jesven      The first version
9  */
10 
11 #ifndef  __PAGE_H__
12 #define  __PAGE_H__
13 
14 #include <mm_page.h>
15 #endif  /*__PAGE_H__*/
16 
17