Blame include/ntapi/nt_hash.h

dd89bb
#ifndef _NT_HASH_H_
dd89bb
#define _NT_HASH_H_
dd89bb
dd89bb
#include <psxtypes/psxtypes.h>
dd89bb
#include <ntapi/nt_hash.h>
dd89bb
dd89bb
typedef int32_t __cdecl ntapi_tt_populate_hashed_import_table(
dd89bb
    __in 	void *			image_base,
dd89bb
    __in	void *			import_table,
dd89bb
    __in	ntapi_hashed_symbol *	hash_table,
dd89bb
    __in	uint32_t		hash_table_array_size);
dd89bb
dd89bb
#endif