#ifndef MSG_H #define MSG_H struct brightness_msg { char id[65]; int val; }; struct button_msg { char id[65]; }; #endif /* BRIGHTNESS_MSG_H */