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