linux-headers/arch/e2k/include/asm-l/smp.h

9 lines
180 B
C
Raw Normal View History

2021-07-14 00:44:10 +02:00
#ifndef _ASM_L_SMP_H
#define _ASM_L_SMP_H
extern unsigned int mp_num_processors;
extern unsigned int num_processors;
extern unsigned int disabled_cpus;
#endif /* _ASM_L_SMP_H */