blob: 93aa535cec4a60f4f106d0002e96f36907916fd4 [file] [log] [blame]
#ifndef _LOAD_H
#define _LOAD_H
#include <stddef.h>
#include <stdint.h>
#include "cpio.h"
#include "memiter.h"
bool load_primary(struct cpio *c, size_t kernel_arg, struct memiter *initrd);
bool load_secondary(struct cpio *c, uint64_t mem_begin, uint64_t *mem_end);
#endif /* _LOAD_H */