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

#ifndef CONFIG_SMP
#define CONFIG_SMP 0
#endif

#ifndef CONFIG_MODVERSIONS
#define CONFIG_MODVERSIONS 0
#endif

SMP = CONFIG_SMP
MODVERSIONS = CONFIG_MODVERSIONS
RELEASE = UTS_RELEASE