* fix the build of the libbe_test target
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22786 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -403,6 +403,9 @@ extern status_t _kern_create_child_partition(partition_id partitionID,
|
|||||||
const char *parameters, size_t parametersSize,
|
const char *parameters, size_t parametersSize,
|
||||||
partition_id *childID);
|
partition_id *childID);
|
||||||
extern status_t _kern_delete_partition(partition_id partitionID, int32 changeCounter);
|
extern status_t _kern_delete_partition(partition_id partitionID, int32 changeCounter);
|
||||||
|
extern status_t _kern_delete_child_partition(partition_id partitionID,
|
||||||
|
int32* changeCounter, partition_id childID,
|
||||||
|
int32 childChangeCounter);
|
||||||
|
|
||||||
// jobs
|
// jobs
|
||||||
extern status_t _kern_get_next_disk_device_job_info(int32 *cookie,
|
extern status_t _kern_get_next_disk_device_job_info(int32 *cookie,
|
||||||
|
|||||||
@@ -395,8 +395,18 @@ _kern_delete_partition(partition_id partitionID, int32 changeCounter)
|
|||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
status_t
|
||||||
|
_kern_delete_child_partition(partition_id partitionID, int32* changeCounter,
|
||||||
|
partition_id childID, int32 childChangeCounter)
|
||||||
|
{
|
||||||
|
return B_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// #pragma mark - jobs
|
// #pragma mark - jobs
|
||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
_kern_get_next_disk_device_job_info(int32 *cookie,
|
_kern_get_next_disk_device_job_info(int32 *cookie,
|
||||||
struct user_disk_device_job_info *info)
|
struct user_disk_device_job_info *info)
|
||||||
|
|||||||
Reference in New Issue
Block a user