summaryrefslogtreecommitdiff
path: root/linux/picker.c
blob: 186f28b2176a78afd46c89042d78d13d072981fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <linux/autoconf.h>

#ifndef CONFIG_SMP
#define CONFIG_SMP 0
#endif

#ifndef CONFIG_MODVERSIONS
#define CONFIG_MODVERSIONS 0
#endif

SMP = CONFIG_SMP
MODVERSIONS = CONFIG_MODVERSIONS