V4L/DVB (9173): S2API: Remove the hardcoded command limit during validation
[safe/jmp/linux-2.6] / include / linux / dvb / frontend.h
index eb98f8c..1cfcd1a 100644 (file)
@@ -270,6 +270,8 @@ struct dvb_frontend_event {
 
 #define DTV_API_VERSION                                35
 
+#define DTV_MAX_COMMAND                                DTV_API_VERSION
+
 typedef enum fe_pilot {
        PILOT_ON,
        PILOT_OFF,