28 #include <kernel_types.h>
29 #include <TransporterRegistry.hpp>
31 extern class JobTable globalJobTable;
41 #ifndef NO_EMULATED_JAM
43 #define EMULATED_JAM_SIZE 1024
44 #define JAM_MASK (EMULATED_JAM_SIZE - 1)
47 Uint32 theEmulatedJamIndex;
49 Uint32 theEmulatedJamBlockNumber;
50 Uint32 theEmulatedJam[EMULATED_JAM_SIZE];