/*------------------------------------------------------------\ | | | Tool : systemcass | | | | File : serialization.h | | | | Author : Buchmann Richard | | | | Date : 10_01_2006 | | | \------------------------------------------------------------*/ #ifndef __SERIALIZATION_H__ #define __SERIALIZATION_H__ #include "serialization_ext.h" #include "sc_fwd.h" namespace sc_core { ///////////////////////// // SYSTEMCASS SPECIFIC // extern void set_save_handler (const sc_module &, save_fct_t1); } // end of sc_core namespace #endif // __SERIALIZATION_H__