aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.h
Commit message (Collapse)AuthorAgeFilesLines
* Use fixed-size stdint types and sys typesPaul Kocialkowski2016-01-271-19/+21
| | | | | | | Generic C types only guarantee a minimum size, not a fixed size, so it is necessary to use stdint types for fixed-size variables. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* lg-downloader: Tool for flashing LG devices' internal storage from download modePaul Kocialkowski2016-01-271-0/+75
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>