Add all pages test and accessor functions

This commit is contained in:
accusys
2026-03-29 14:53:26 +08:00
parent c42b62b473
commit e7af73992d
8 changed files with 260 additions and 5 deletions
@@ -104,4 +104,8 @@ void mock_register_default_events(void);
int mock_load_config(const char *filename);
void mock_print_config(void);
// Accessors for testing
MOCK_CTRL_INFO* mock_get_ctrl_info(int index);
int mock_get_event_queue_count(void);
#endif // MOCK_DRIVER_H