on_off((unsigned long) argp);
}
}
+
+#ifdef CONFIG_FEATURE_HDPARM_GET_IDENTITY
static void if_else_printf(unsigned long i, char *fmt1, char *fmt2, ... )
{
va_list ap;
}
}
+static void if_strcat(unsigned long test, char *modes, char *string)
+{
+ if (test)
+ strcat(modes,string);
+}
+#endif
+
static void sync_and_sleep(int i)
{
sync();
return 0;
}
-static void if_strcat(unsigned long test, char *modes, char *string)
-{
- if (test)
- strcat(modes,string);
-}
-
/* end of busybox specific stuff */
#ifdef CONFIG_FEATURE_HDPARM_GET_IDENTITY