Define the ffs() function in the USB bootloader's global and

independent header file.
This commit is contained in:
Hans Petter Selasky 2014-12-05 12:04:47 +00:00
parent 1e68fe9c33
commit 535701f699
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275506

View File

@ -109,6 +109,8 @@ SYSINIT_ENTRY(uniq##_entry, "sysuninit", (subs), \
#define cold 0
#define BUS_PROBE_GENERIC 0
#define CALLOUT_RETURNUNLOCKED 0x1
#undef ffs
#define ffs(x) __builtin_ffs(x)
#undef va_list
#define va_list __builtin_va_list
#undef va_size