flash_lock, flash_unlock: new applets
By Thierry Reding (thierry.reding AT avionic-design.de) Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -157,6 +157,11 @@ type FAST_FUNC xstrto(_range)(const char *numstr, int base, type lower, type upp
|
||||
return xstrto(_range_sfx)(numstr, base, lower, upper, NULL);
|
||||
}
|
||||
|
||||
type FAST_FUNC xstrto()(const char *numstr, int base)
|
||||
{
|
||||
return xstrto(_range_sfx)(numstr, base, XSTR_TYPE_MIN, XSTR_TYPE_MAX, NULL);
|
||||
}
|
||||
|
||||
type FAST_FUNC xato(_range_sfx)(const char *numstr,
|
||||
type lower,
|
||||
type upper,
|
||||
|
Reference in New Issue
Block a user