00001 #ifndef B_H 00002 #define B_H "$Header: /Users/acg/CVSROOT/systemc-2.2/src/sysc/qt/b.h,v 1.1.1.1 2006/12/15 20:31:38 acg Exp $" 00003 00004 #include "copyright.h" 00005 00006 extern void b_call_reg (int n); 00007 extern void b_call_imm (int n); 00008 extern void b_add (int n); 00009 extern void b_load (int n); 00010 00011 #endif /* ndef B_H */
1.5.5