summaryrefslogtreecommitdiff
path: root/ext/systemc/src/sysc/qt/b.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/systemc/src/sysc/qt/b.h')
-rw-r--r--ext/systemc/src/sysc/qt/b.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/systemc/src/sysc/qt/b.h b/ext/systemc/src/sysc/qt/b.h
new file mode 100644
index 000000000..49e587c77
--- /dev/null
+++ b/ext/systemc/src/sysc/qt/b.h
@@ -0,0 +1,11 @@
+#ifndef B_H
+#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 $"
+
+#include "copyright.h"
+
+extern void b_call_reg (int n);
+extern void b_call_imm (int n);
+extern void b_add (int n);
+extern void b_load (int n);
+
+#endif /* ndef B_H */