# Functions
EqualHeader compares two headers and returns true if they match.
No description provided by the author
EqualParts compares the Parts arrays from two GPTs and returns an error if they differ.
GetBlockSize returns the block size of device.
New reads in the MBR, primary and backup GPT from a disk and returns a pointer to them.
Table reads a GPT table at the given offset.
Write writes the MBR and primary and backup GPTs to w.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PartitionTable defines all the partition table information.