aboutsummaryrefslogtreecommitdiff
path: root/src/espik_debug.h
blob: fec35e06167e7a0ee0d2bc8a991778f042f952a2 (plain) (blame)
1
2
3
4
5
6
7
8
#if _ESPIK_DEBUG
#	ifndef _HAVE_ESPIK_DEBUG_H
#	define _HAVE_ESPIK_DEBUG_H

inline void espik_bt (void);

#	endif	/* _HAVE_ESPIK_DEBUG_H */
#endif	/* _ESPIK_DEBUG */