mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-23 17:09:40 +03:00
9 lines
121 B
C
9 lines
121 B
C
#ifndef __LIB__TRACE_H__
|
|
#define __LIB__TRACE_H__
|
|
|
|
#include <stddef.h>
|
|
|
|
void print_stacktrace(size_t *base_ptr);
|
|
|
|
#endif
|