1c72fcc34Sopenharmony_ci#ifndef MIXER_DISPLAY_H_INCLUDED 2c72fcc34Sopenharmony_ci#define MIXER_DISPLAY_H_INCLUDED 3c72fcc34Sopenharmony_ci 4c72fcc34Sopenharmony_civoid init_mixer_layout(void); 5c72fcc34Sopenharmony_civoid display_card_info(void); 6c72fcc34Sopenharmony_civoid display_view_mode(void); 7c72fcc34Sopenharmony_civoid display_controls(void); 8c72fcc34Sopenharmony_civoid compute_controls_layout(void); 9c72fcc34Sopenharmony_ci 10c72fcc34Sopenharmony_ci#endif 11