Changeset 9a8d91b in mainline for generic/src/syscall/syscall.c


Ignore:
Timestamp:
2006-04-12T16:40:35Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ace9ea
Parents:
b7f364e
Message:

Add task_find_by_id().
Add kernel support for SYS_MAP_PHYSMEM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/syscall/syscall.c

    rb7f364e r9a8d91b  
    3838#include <ipc/sysipc.h>
    3939#include <synch/futex.h>
     40#include <ddi/ddi.h>
    4041
    4142static __native sys_io(int fd, const void * buf, size_t count) {
     
    9293        sys_ipc_forward_fast,
    9394        sys_ipc_wait_for_call,
    94         sys_ipc_hangup
     95        sys_ipc_hangup,
     96        sys_map_physmem
    9597};
Note: See TracChangeset for help on using the changeset viewer.