mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Added dumper library
This commit is contained in:
8
include/dumper.hpp
Normal file
8
include/dumper.hpp
Normal file
@ -0,0 +1,8 @@
|
||||
#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__
|
Reference in New Issue
Block a user