DDM syscalls added.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9635 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2004-10-29 01:37:37 +00:00
parent 16ba90652c
commit 7146639259
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* Big case statment for dispatching syscalls */ /* Big case statement for dispatching syscalls */
/* /*
** Copyright 2001, Travis Geiselbrecht. All rights reserved. ** Copyright 2001, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License. ** Distributed under the terms of the NewOS License.
@ -18,6 +18,7 @@
#include <port.h> #include <port.h>
#include <cpu.h> #include <cpu.h>
#include <arch_config.h> #include <arch_config.h>
#include <disk_device_manager/ddm_userland_interface.h>
#include <sys/resource.h> #include <sys/resource.h>
#include <fd.h> #include <fd.h>
#include <fs/node_monitor.h> #include <fs/node_monitor.h>