| 73 | } |
| 74 | |
| 75 | static rt_err_t on_varea_merge(struct rt_varea *merge_to, struct rt_varea *merge_from) |
| 76 | { |
| 77 | return RT_EOK; |
| 78 | } |
| 79 | |
| 80 | static void page_read(struct rt_varea *varea, struct rt_aspace_io_msg *msg) |
| 81 | { |
no outgoing calls
no test coverage detected