#ifndef JOS_INC_BACKTRACE_H
#define JOS_INC_BACKTRACE_H

int  backtrace(void **tracebuf, int maxents);

#endif
