Remove redox_phys{map,unmap}.

This commit is contained in:
4lDO2
2023-07-20 16:34:04 +02:00
parent 884dce8ec3
commit b063533a8e
2 changed files with 0 additions and 25 deletions
-2
View File
@@ -12,8 +12,6 @@ extern "C" {
ssize_t redox_fpath(int fd, void * buf, size_t count);
void * redox_physalloc(size_t size);
int redox_physfree(void * physical_address, size_t size);
void * redox_physmap(void * physical_address, size_t size, int flags);
int redox_physunmap(void * virtual_address);
#endif