mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-19 14:56:21 +00:00
9 lines
146 B
C
9 lines
146 B
C
|
#ifndef __ASM_MACH_MPSPEC_H
|
||
|
#define __ASM_MACH_MPSPEC_H
|
||
|
|
||
|
#define MAX_IRQ_SOURCES 256
|
||
|
|
||
|
#define MAX_MP_BUSSES 256
|
||
|
|
||
|
#endif /* __ASM_MACH_MPSPEC_H */
|