#ifndef WH_A2L_H_17c78e74_ #define WH_A2L_H_17c78e74_ #include "user.h" typedef struct a2l_lno A2L_LNO; struct a2l_lno { int good; int flen; const char *fxn; int plen; const char *path; int line; } ; extern void a2l_startup(void); extern void a2l_set_path(const char *); extern void a2l_this_proc(void); extern A2L_LNO a2l_lookup(uint32_t); #endif