1#ifdef SRTC_CPP 2 3void SRTC::serialize(serializer &s) { 4 s.array(rtc,20); 5 s.integer(rtc_mode); 6 s.integer(rtc_index); 7} 8 9#endif 10 11