Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1504 → Rev 1505

/uspace/trunk/libc/generic/as.c
26,21 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <ddi.h>
#include <sysinfo.h>
#include <align.h>
#include <as.h>
#include <ipc/fb.h>
#include <ipc/ipc.h>
#include <ipc/ns.h>
#include <ipc/services.h>
#include <kernel/errno.h>
 
 
#include <as.h>
#include <libc.h>
#include <unistd.h>
#include <align.h>
133,6 → 119,9
 
}
 
/* TODO: make this type defined somewhere else */
typedef sysarg_t __address;
 
/** Return pointer to some unmapped area, where fits new as_area
*
* TODO: make some first_fit/... algorithm, we are now just incrementing