disk_device_manager.h no longer includes a private header - ie. that header
is public now, even if it may not yet be public and fixed API. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16995 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,15 +1,14 @@
|
|||||||
// disk_device_manager.h
|
/*
|
||||||
//
|
* Copyright 2003-2006, Haiku, Inc. All Rights Reserved.
|
||||||
// C API exported by the disk device manager.
|
* Distributed under the terms of the MIT License.
|
||||||
// Currently only functions of interest for partition modules/FS add-ons
|
*/
|
||||||
// are considered.
|
|
||||||
|
|
||||||
#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" {
|
||||||
|
|||||||
@@ -1,16 +1,13 @@
|
|||||||
//----------------------------------------------------------------------
|
/*
|
||||||
// This software is part of the OpenBeOS distribution and is covered
|
* Copyright 2003-2006, Haiku, Inc. All Rights Reserved.
|
||||||
// by the OpenBeOS license.
|
* Distributed under the terms of the MIT License.
|
||||||
//---------------------------------------------------------------------
|
*/
|
||||||
|
|
||||||
#ifndef _DISK_DEVICE_DEFS_H
|
#ifndef _DISK_DEVICE_DEFS_H
|
||||||
#define _DISK_DEVICE_DEFS_H
|
#define _DISK_DEVICE_DEFS_H
|
||||||
|
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef int32 partition_id;
|
typedef int32 partition_id;
|
||||||
typedef int32 disk_system_id;
|
typedef int32 disk_system_id;
|
||||||
@@ -156,8 +153,4 @@ enum {
|
|||||||
// max size of parameter string buffers, including NULL terminator
|
// max size of parameter string buffers, including NULL terminator
|
||||||
#define B_DISK_DEVICE_MAX_PARAMETER_SIZE (32 * 1024)
|
#define B_DISK_DEVICE_MAX_PARAMETER_SIZE (32 * 1024)
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // _DISK_DEVICE_DEFS_H
|
#endif // _DISK_DEVICE_DEFS_H
|
||||||
Reference in New Issue
Block a user