Addition of write support to the disk device manager. Courtesy of Tomas
Kucera and Jan Matejek. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21719 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// C API partition representation
|
||||
// Fields marked [sys] are set by the system and are not to be changed by
|
||||
// the disk system modules.
|
||||
/** \brief C API partition representation
|
||||
*
|
||||
* Fields marked [sys] are set by the system and are not to be changed by
|
||||
* the disk system modules.
|
||||
*/
|
||||
typedef struct partition_data {
|
||||
partition_id id; // [sys]
|
||||
off_t offset;
|
||||
|
||||
Reference in New Issue
Block a user