Now <syscalls.h> declares the DDM syscalls.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9640 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2004-10-29 01:41:30 +00:00
parent 554e58f0d4
commit 48c0bc75f8
5 changed files with 10 additions and 5 deletions

View File

@ -14,13 +14,14 @@
#include <string.h>
#include <unistd.h>
#include <syscalls.h>
#include <DiskDevice.h>
#include <DiskDeviceVisitor.h>
#include <Drivers.h>
#include <Message.h>
#include <Path.h>
#include "ddm_userland_interface.h"
/*! \class BDiskDevice
\brief A BDiskDevice object represents a storage device.

View File

@ -3,7 +3,8 @@
// by the OpenBeOS license.
//---------------------------------------------------------------------
#include <ddm_userland_interface.h>
#include <syscalls.h>
#include <DiskDeviceJob.h>
// constructor

View File

@ -5,6 +5,8 @@
#include <new>
#include <syscalls.h>
#include <Directory.h>
#include <DiskDevice.h>
#include <DiskDeviceJob.h>
@ -18,7 +20,6 @@
#include <Path.h>
//#include "AddOnImage.h"
#include "ddm_userland_interface.h"
/*! \class BDiskDeviceRoster
\brief An interface for iterating through the disk devices known to the

View File

@ -3,7 +3,8 @@
// by the OpenBeOS license.
//---------------------------------------------------------------------
#include <ddm_userland_interface.h>
#include <syscalls.h>
#include <DiskSystem.h>
#include <Partition.h>

View File

@ -5,7 +5,8 @@
#include <new>
#include <ddm_userland_interface.h>
#include <syscalls.h>
#include <PartitioningInfo.h>
using namespace std;