Revision 7152e5ef sysdep/unix/krt.h
sysdep/unix/krt.h | ||
---|---|---|
15 | 15 |
struct kif_config; |
16 | 16 |
struct kif_proto; |
17 | 17 |
|
18 |
#include "lib/krt-sys.h" |
|
18 |
#include "sysdep/config.h" |
|
19 |
#include CONFIG_INCLUDE_KRTSYS_H |
|
19 | 20 |
|
20 | 21 |
/* Flags stored in net->n.flags, rest are in nest/route.h */ |
21 | 22 |
|
... | ... | |
111 | 112 |
struct kif_state sys; /* Sysdep state */ |
112 | 113 |
}; |
113 | 114 |
|
114 |
struct kif_proto *kif_proto; |
|
115 |
extern struct kif_proto *kif_proto;
|
|
115 | 116 |
|
116 | 117 |
#define KIF_CF ((struct kif_config *)p->p.cf) |
117 | 118 |
|
Also available in: Unified diff