PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
elf.h
Go to the documentation of this file.
1#pragma once
2
3#include <errno.h>
4#include <stddef.h>
5#include <string.h>
6#include <sys/elf.h>
7
8#ifdef _KERNEL_
9#include <kernel/log/log.h>
10#endif