dect
/
libdect
Archived
13
0
Fork 0

utils: adjust AF_DECT/SOL_DECT values for latest kernel

Warning: won't work with older kernels.

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-06-16 23:52:30 +02:00
parent be293dc31c
commit 0258a0aad3
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@
#include <timer.h>
#ifndef AF_DECT
#define AF_DECT 37
#define AF_DECT 38
#endif
#ifndef SOL_DECT
#define SOL_DECT 278
#define SOL_DECT 279
#endif
#define __init __attribute__((constructor))