2 /* This file contains the table used to map system call numbers onto the
3 * routines that perform them.
9 #include <minix/callnr.h>
10 #include <minix/com.h>
16 PUBLIC
_PROTOTYPE (int (*fs_call_vec
[]), (void) ) = {
17 no_sys
, /* 0 not used */
18 no_sys
, /* 1 */ /* Was: fs_getnode */
28 fs_breadwrite
, /* 11 */
29 fs_breadwrite
, /* 12 */
34 fs_new_driver
, /* 17 */
36 fs_readwrite
, /* 19 */
37 fs_readwrite
, /* 20 */
44 fs_mountpoint
, /* 27 */
45 fs_readsuper
, /* 28 */