#ifndef ROLL_H #define ROLL_H void Roll_conf(void); void Roll_start(void); int Roll_getEmergencyState(void); void Roll_background(void); #endif