1
0
mirror of https://github.com/EnderIce2/Fennix.git synced 2025-07-17 18:21:43 +00:00
Files
2024-11-20 05:02:06 +02:00

9 lines
157 B
C

#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__