Main Page | Directories | File List | Globals

address.c

Go to the documentation of this file.
00001 /*
00002  * /kernel_super/memory/address.c
00003  *
00004  * Copyright (c) 2003-2004 Lukasz Dembinski <dembol@nasa.com.pl>
00005  * All Rights Reserved
00006  * 
00007  * Date:        2004/01
00008  * Author:      Lukasz Dembinski
00009  * Info:        address.c core file
00010  * Contact:     mailto: <dembol@nasa.com.pl>
00011  *
00012  */
00013 
00014 
00015 #include <agnix/agnix.h>
00016 #include <agnix/tasks.h>
00017 
00018 u32 get_free_addr(struct task_s *task, u32 from, u32 size)
00019 {
00020     return 0;    
00021 }
00022 
00023 void put_free_addr(struct task_s *task, u32 addr, u32 size)
00024 {
00025 }
Dokumentacje wygenerowano programem Doxygen 1.4.2 dla projektu Agnix