Partitions: split device-listing (and winnowing) into separate source file.

The grab-list-of-writable-devices code is usable for the partition module, but
also useful for welcome module, so reduce its footprint.
This commit is contained in:
Adriaan de Groot 2017-07-11 08:54:56 -04:00
parent e4862512f7
commit 102bed1805
6 changed files with 176 additions and 101 deletions

View file

@ -22,6 +22,7 @@
#include "core/BootLoaderModel.h"
#include "core/ColorUtils.h"
#include "core/DeviceList.h"
#include "core/DeviceModel.h"
#include "core/PartitionInfo.h"
#include "core/PartitionIterator.h"