1#ifndef __MEMORY__PHYS_WINDOW_H__
2#define __MEMORY__PHYS_WINDOW_H__
mem_physwindow_status_t mem_release_physwindow(uintptr_t virt_addr)
mem_physwindow_status_t mem_create_physwindow(uintptr_t phys_addr, uintptr_t *virt_addr, mem_physwindow_flag_t flag)
mem_physwindow_t * mem_resolve_physwindow(uintptr_t virt_addr)
resolve a physical memory window by virtual address
int mem_physwindow_status_t
int mem_physwindow_flag_t
@ PHYS_WINDOW_STATUS_NOT_FOUND
@ PHYS_WINDOW_STATUS_ERROR
mem_physwindow_flag_t flag