summaryrefslogtreecommitdiff
path: root/include/libu64/debug.h
blob: 98edb407d681882d3710dd28a27ab8cf16bf26de (plain)
1
2
3
4
5
6
7
8
9
#ifndef LIBU64_DEBUG_H
#define LIBU64_DEBUG_H

#include "../attributes.h"

NORETURN void _dbg_hungup(const char* file, int lineNum);
NORETURN void Reset(void);

#endif