summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h
index 4b69f1e..0410494 100644
--- a/src/device.h
+++ b/src/device.h
@@ -28,9 +28,11 @@ enum device {
DEVICE_RX_44, /* Nokia N810 */
DEVICE_RX_48, /* Nokia N810 WiMax */
DEVICE_RX_51, /* Nokia N900 */
+ DEVICE_COUNT,
};
enum device device_from_string(const char * device);
const char * device_to_string(enum device device);
+const char * device_to_long_string(enum device device);
#endif