Added syscalls for the image API.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2415 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -123,6 +123,10 @@ enum {
|
|||||||
SYSCALL_SET_ALARM,
|
SYSCALL_SET_ALARM,
|
||||||
SYSCALL_SELECT,
|
SYSCALL_SELECT,
|
||||||
SYSCALL_POLL,
|
SYSCALL_POLL,
|
||||||
|
SYSCALL_REGISTER_IMAGE,
|
||||||
|
SYSCALL_UNREGISTER_IMAGE, /* 115 */
|
||||||
|
SYSCALL_GET_IMAGE_INFO,
|
||||||
|
SYSCALL_GET_NEXT_IMAGE_INFO,
|
||||||
};
|
};
|
||||||
|
|
||||||
int syscall_dispatcher(unsigned long call_num, void *arg_buffer, uint64 *call_ret);
|
int syscall_dispatcher(unsigned long call_num, void *arg_buffer, uint64 *call_ret);
|
||||||
|
|||||||
Reference in New Issue
Block a user