aboutsummaryrefslogtreecommitdiff
path: root/include/apos/initrd.h
blob: 1e1129ca1fa5c9462e66e96a73237b367b16bcfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef APOS_INITRD_H
#define APOS_INITRD_H

#include <apos/types.h>
#include <apos/pmem.h>

size_t get_init_size(void *fdt);
void move_init(void *fdt, void *target);

pm_t get_initrdtop(void *fdt);
pm_t get_initrdbase(void *fdt);

#endif /* APOS_INITRD_H */