00001 #ifndef B_H 00002 #define B_H "$Header: /Users/acg/CVSROOT/systemc/src/systemc/qt/b.h,v 1.1.1.1 2003/10/01 21:50:44 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.2.18