|
POK(kernelpart)
|
#include <types.h>Go to the source code of this file.
Functions | |
| void | pok_loader_load_partition (const uint8_t part_id, uint32_t offset, uint32_t *entry) |
| Load the program of the partition. | |
| void pok_loader_load_partition | ( | const uint8_t | part_id, |
| uint32_t | offset, | ||
| uint32_t * | entry | ||
| ) |
Load the program of the partition.
It loads the program of the partition part_id. In fact, It will load the ELF file that corresponds to this partition.