dect
/
libdect
Archived
13
0
Fork 0

utils: resync fallback definitions with current kernel

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2012-02-09 20:43:02 +01:00
parent bec233ed6c
commit 53f59f4277
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
#include <stdint.h>
#ifndef AF_DECT
#define AF_DECT 39
#define AF_DECT 40
#endif
#ifndef SOL_DECT
#define SOL_DECT 280
#endif
#ifndef NETLINK_DECT
#define NETLINK_DECT 21
#define NETLINK_DECT 22
#endif
#define __init __attribute__((constructor))