mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-25 22:14:28 +00:00
9 lines
157 B
C
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__
|