aboutsummaryrefslogtreecommitdiff
path: root/src/lg-downloader.h
AgeCommit message (Collapse)Author
2016-01-27Use fixed-size stdint types and sys typesPaul Kocialkowski
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>
2016-01-27lg-downloader: Tool for flashing LG devices' internal storage from download modePaul Kocialkowski
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>