Kernel/include/dumper.hpp
2022-11-03 03:15:27 +02:00

9 lines
198 B
C++

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