summaryrefslogtreecommitdiff
path: root/src/kernel/elf.h
blob: 09aa05ca245592602883596501c0ad97bccaffe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef ELF_H
#define ELF_H

#include <stdint.h>
#include "drive.h"

bool try_elf_run(const struct drive *d, const char *path);

#endif