page.h 295 B

12345678910111213141516
  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. #ifndef __PAGE_H__
  11. #define __PAGE_H__
  12. #include <mm_page.h>
  13. #endif /*__PAGE_H__*/