callback: Make helper functions that create callback objects for you

clean up callback stuff a little bit while we're at it.
This commit is contained in:
Nathan Binkert
2010-04-18 13:23:25 -07:00
parent 12fc22571c
commit 50bf3895b0
3 changed files with 94 additions and 22 deletions

View File

@@ -35,6 +35,7 @@ if env['CP_ANNOTATE']:
Source('cp_annotate.cc')
Source('atomicio.cc')
Source('bigint.cc')
Source('callback.cc')
Source('circlebuf.cc')
Source('cprintf.cc')
Source('crc.cc')