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
+2 -1
View File
@@ -14,13 +14,14 @@
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#include <syscalls.h>
#include <DiskDevice.h> #include <DiskDevice.h>
#include <DiskDeviceVisitor.h> #include <DiskDeviceVisitor.h>
#include <Drivers.h> #include <Drivers.h>
#include <Message.h> #include <Message.h>
#include <Path.h> #include <Path.h>
#include "ddm_userland_interface.h"
/*! \class BDiskDevice /*! \class BDiskDevice
\brief A BDiskDevice object represents a storage device. \brief A BDiskDevice object represents a storage device.
+2 -1
View File
@@ -3,7 +3,8 @@
// by the OpenBeOS license. // by the OpenBeOS license.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
#include <ddm_userland_interface.h> #include <syscalls.h>
#include <DiskDeviceJob.h> #include <DiskDeviceJob.h>
// constructor // constructor
+2 -1
View File
@@ -5,6 +5,8 @@
#include <new> #include <new>
#include <syscalls.h>
#include <Directory.h> #include <Directory.h>
#include <DiskDevice.h> #include <DiskDevice.h>
#include <DiskDeviceJob.h> #include <DiskDeviceJob.h>
@@ -18,7 +20,6 @@
#include <Path.h> #include <Path.h>
//#include "AddOnImage.h" //#include "AddOnImage.h"
#include "ddm_userland_interface.h"
/*! \class BDiskDeviceRoster /*! \class BDiskDeviceRoster
\brief An interface for iterating through the disk devices known to the \brief An interface for iterating through the disk devices known to the
+2 -1
View File
@@ -3,7 +3,8 @@
// by the OpenBeOS license. // by the OpenBeOS license.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
#include <ddm_userland_interface.h> #include <syscalls.h>
#include <DiskSystem.h> #include <DiskSystem.h>
#include <Partition.h> #include <Partition.h>
+2 -1
View File
@@ -5,7 +5,8 @@
#include <new> #include <new>
#include <ddm_userland_interface.h> #include <syscalls.h>
#include <PartitioningInfo.h> #include <PartitioningInfo.h>
using namespace std; using namespace std;