retire PUBLIC, PRIVATE and FORWARD

This commit is contained in:
Ben Gras
2012-03-25 20:25:53 +02:00
parent 6a73e85ad1
commit 7336a67dfe
603 changed files with 5776 additions and 5779 deletions

View File

@@ -7,7 +7,7 @@
#include <string.h>
#include <errno.h>
PUBLIC void *vm_map_phys(endpoint_t who, void *phaddr, size_t len)
void *vm_map_phys(endpoint_t who, void *phaddr, size_t len)
{
message m;
int r;
@@ -23,7 +23,7 @@ PUBLIC void *vm_map_phys(endpoint_t who, void *phaddr, size_t len)
return (void *) m.VMMP_VADDR_REPLY;
}
PUBLIC int vm_unmap_phys(endpoint_t who, void *vaddr, size_t len)
int vm_unmap_phys(endpoint_t who, void *vaddr, size_t len)
{
message m;