mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Filesystems] Reformat and cleanup.
This commit is contained in:
@@ -36,6 +36,8 @@ namespace Aaru.Filesystems;
|
||||
/// <summary>Implements detection of the Professional File System</summary>
|
||||
public sealed partial class PFS
|
||||
{
|
||||
#region Nested type: BootBlock
|
||||
|
||||
/// <summary>Boot block, first 2 sectors</summary>
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
readonly struct BootBlock
|
||||
@@ -46,6 +48,10 @@ public sealed partial class PFS
|
||||
public readonly byte[] bootCode;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Nested type: RootBlock
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
readonly struct RootBlock
|
||||
{
|
||||
@@ -91,4 +97,6 @@ public sealed partial class PFS
|
||||
/// <summary>Unused</summary>
|
||||
public readonly uint unused;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user