Define the ffs() function in the USB bootloader's global and
independent header file.
This commit is contained in:
parent
f68d5de62f
commit
eccb719b3b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user