This commit is contained in:
Alex
2023-02-10 05:44:06 +02:00
parent 5de802f825
commit dff306fa2e
14 changed files with 1056 additions and 40 deletions

8
libc/ElfInterpreter/ld.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef __FENNIX_LIBC_LD_H__
#define __FENNIX_LIBC_LD_H__
#include <types.h>
uint32_t ElfHash(const unsigned char *Name);
#endif // !__FENNIX_LIBC_LD_H__