1#ifndef B_H
2#define B_H	"$Header: /Users/acg/CVSROOT/systemc-2.3/src/sysc/qt/b.h,v 1.1.1.1 2006/12/15 20:20:06 acg Exp $"
3
4#include "copyright.h"
5
6extern void b_call_reg (int n);
7extern void b_call_imm (int n);
8extern void b_add (int n);
9extern void b_load (int n);
10
11#endif /* ndef B_H */
12