New method for determining active partition

This commit is contained in:
Ralf Schlatterbeck 2017-08-22 20:20:07 +02:00
parent 406fb7ea44
commit cc48b88713
5 changed files with 11 additions and 13 deletions

View file

@ -3,6 +3,6 @@ extern resource_t res_part_count;
extern resource_t res_part_size;
extern resource_t res_boot_default;
extern resource_t res_boot_next;
extern resource_t res_callers_part;
extern resource_t res_active_part;
extern resource_t res_part_start;
extern resource_t res_part_ok;