Added Udf::kMaxPartitionDescriptors constant.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5237 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c039b2c676
commit
60fcc4e6c2
@ -312,11 +312,12 @@ udf_implementation_use_descriptor::dump() const
|
|||||||
DUMP(implementation_use());
|
DUMP(implementation_use());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
// udf_partition_descriptor
|
// udf_partition_descriptor
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
|
const uint8 Udf::kMaxPartitionDescriptors = 2;
|
||||||
|
|
||||||
void
|
void
|
||||||
udf_partition_descriptor::dump() const
|
udf_partition_descriptor::dump() const
|
||||||
{
|
{
|
||||||
|
@ -688,6 +688,11 @@ private:
|
|||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
|
|
||||||
|
/*! \brief Maximum number of partition descriptors to be found in volume
|
||||||
|
descriptor sequence, per UDF-2.50
|
||||||
|
*/
|
||||||
|
extern const uint8 kMaxPartitionDescriptors;
|
||||||
|
|
||||||
/*! \brief Partition Descriptor
|
/*! \brief Partition Descriptor
|
||||||
|
|
||||||
See also: ECMA 167 3/10.5
|
See also: ECMA 167 3/10.5
|
||||||
|
Loading…
Reference in New Issue
Block a user