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

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

size_t get_init_size(void *fdt);
vm_t get_init_base(void *fdt);

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

#endif /* APOS_INITRD_H */