00001
00008
00009
00010
00011
00012 #ifndef __L4VFS_INCLUDE_SELECT_NOTIFY_H_
00013 #define __L4VFS_INCLUDE_SELECT_NOTIFY_H_
00014
00015 #include <l4/l4vfs/types.h>
00016 #include <l4/l4vfs/select_notify-client.h>
00017
00018 void l4vfs_select_notify_request(l4_threadid_t server,
00019 object_handle_t fd,
00020 int mode,
00021 l4_threadid_t notif_tid);
00022
00023 void l4vfs_select_notify_clear(l4_threadid_t server,
00024 object_handle_t fd,
00025 int mode,
00026 l4_threadid_t notif_tid);
00027
00028 #endif
00029