BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / debugger / disasm / disasm_arch.h
blob2243670288d5dd322a95a68689e1103ad7ab035d
1 /*
2 * Copyright 2008, François Revol, revol@free.fr
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _DISASM_ARCH_H
6 #define _DISASM_ARCH_H
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
12 extern status_t disasm_arch_init();
13 extern status_t disasm_arch_fini();
15 extern status_t disasm_arch_dump_insns(addr_t where, int count,
16 addr_t baseAddress, int backCount);
18 #ifdef __cplusplus
20 #endif
22 #endif /* _DISASM_ARCH_H */