#ifndef __PAGING_TESTS_H #define __PAGING_TESTS_H #include uint8_t test_paging_run(errval_t func(void), char *name); errval_t test_paging_full_l3(void); errval_t test_paging_full_l2(void); errval_t test_paging_big_regions(void); #endif /* __PAGING_TESTS_H */