diff options
Diffstat (limited to 'arch/x86/include/asm/mp.h')
-rw-r--r-- | arch/x86/include/asm/mp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mp.h b/arch/x86/include/asm/mp.h index 1e4e35321d..1a3ae8e395 100644 --- a/arch/x86/include/asm/mp.h +++ b/arch/x86/include/asm/mp.h @@ -11,6 +11,8 @@ #include <asm/atomic.h> #include <asm/cache.h> +struct udevice; + enum { /* Indicates that the function should run on all CPUs */ MP_SELECT_ALL = -1, |