aos/include/test_paging.h
2022-03-22 10:56:57 +00:00

11 lines
273 B
C

#ifndef __PAGING_TESTS_H
#define __PAGING_TESTS_H
#include <aos/aos.h>
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 */