Include <storage/DiskDeviceDefs.h> instead of <DiskDeviceDefs.h>. So noone including <syscalls.h> needs to explicitly add the private storage kit header dir to the include search path.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9633 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,9 +7,10 @@
|
|||||||
#ifndef _DISK_DEVICE_MANAGER_H
|
#ifndef _DISK_DEVICE_MANAGER_H
|
||||||
#define _DISK_DEVICE_MANAGER_H
|
#define _DISK_DEVICE_MANAGER_H
|
||||||
|
|
||||||
#include <DiskDeviceDefs.h>
|
|
||||||
#include <Drivers.h>
|
#include <Drivers.h>
|
||||||
|
|
||||||
|
#include <storage/DiskDeviceDefs.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
@@ -118,7 +119,6 @@ uint32 update_disk_device_job_interrupt_properties(disk_job_id jobID,
|
|||||||
uint32 interruptProperties);
|
uint32 interruptProperties);
|
||||||
// returns one of B_DISK_DEVICE_JOB_{CONTINUE,CANCEL,REVERSE}
|
// returns one of B_DISK_DEVICE_JOB_{CONTINUE,CANCEL,REVERSE}
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user