11 lines
273 B
C
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 */ |