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:
parent
554e58f0d4
commit
48c0bc75f8
@ -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.
|
||||
|
@ -3,7 +3,8 @@
|
||||
// by the OpenBeOS license.
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
#include <ddm_userland_interface.h>
|
||||
#include <syscalls.h>
|
||||
|
||||
#include <DiskDeviceJob.h>
|
||||
|
||||
// constructor
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,8 @@
|
||||
// by the OpenBeOS license.
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
#include <ddm_userland_interface.h>
|
||||
#include <syscalls.h>
|
||||
|
||||
#include <DiskSystem.h>
|
||||
#include <Partition.h>
|
||||
|
||||
|
@ -5,7 +5,8 @@
|
||||
|
||||
#include <new>
|
||||
|
||||
#include <ddm_userland_interface.h>
|
||||
#include <syscalls.h>
|
||||
|
||||
#include <PartitioningInfo.h>
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user