aboutsummaryrefslogtreecommitdiffstats
path: root/policy_manager/stm/zipc/StateTransitionor/RestrictionMode/ZREM_RestrictionMode_func.h
blob: f85ab14b5d502bad7a40a477bdd469097f04f838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/************************************************************/
/*     ZREM_RestrictionMode_func.h                          */
/*     Function and variable header file                    */
/*     ZIPC Designer Version 1.2.0                          */
/************************************************************/
#ifndef ZHEADER_ZREM_RESTRICTIONMODE_FUNC_H
#define ZHEADER_ZREM_RESTRICTIONMODE_FUNC_H

extern void stm_rem_start_activity_restriction_mode_1_on();
extern void stm_rem_start_activity_restriction_mode_2_on();
extern void stm_rem_start_activity_restriction_mode_off();
extern void stm_rem_initialize_variable();
extern void stm_rem_start_stm();

#endif