#ifndef __FENNIX_LIB_DUMPER_H__
#define __FENNIX_LIB_DUMPER_H__

#include <types.h>

void DumpData(const char *Description, void *Address, unsigned long Length);

#endif // !__FENNIX_LIB_DUMPER_H__