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:
Ingo Weinhold
2007-07-27 12:12:35 +00:00
parent 7548b9ae20
commit 2dc6403ddc
31 changed files with 1254 additions and 65 deletions
+5 -3
View File
@@ -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;