7 lines
123 B
C
7 lines
123 B
C
#ifndef _KERNEL_AMD64_DEBUG_H
|
|
#define _KERNEL_AMD64_DEBUG_H
|
|
|
|
void amd64_debug_init(void);
|
|
|
|
#endif // _KERNEL_AMD64_DEBUG_H
|