tool/Command.h
changeset 1156 ecaf2a896ea3
parent 1155 bd4e5b544473
child 1166 006244d53f68
--- a/tool/Command.h	Mon Jul 28 08:45:28 2008 +0000
+++ b/tool/Command.h	Mon Jul 28 09:12:21 2008 +0000
@@ -91,6 +91,8 @@
 
         typedef list<ec_ioctl_slave_t> SlaveList;
         SlaveList selectedSlaves(MasterDevice &);
+        typedef list<ec_ioctl_config_t> ConfigList;
+        ConfigList selectedConfigs(MasterDevice &);
 
         static string alStateString(uint8_t);