diff options
Diffstat (limited to 'include/net/llc_if.h')
-rw-r--r-- | include/net/llc_if.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/net/llc_if.h b/include/net/llc_if.h index f0cb909b60eb..8d5c543cd620 100644 --- a/include/net/llc_if.h +++ b/include/net/llc_if.h | |||
@@ -62,8 +62,7 @@ | |||
62 | #define LLC_STATUS_CONFLICT 7 /* disconnect conn */ | 62 | #define LLC_STATUS_CONFLICT 7 /* disconnect conn */ |
63 | #define LLC_STATUS_RESET_DONE 8 /* */ | 63 | #define LLC_STATUS_RESET_DONE 8 /* */ |
64 | 64 | ||
65 | extern int llc_establish_connection(struct sock *sk, u8 *lmac, | 65 | int llc_establish_connection(struct sock *sk, u8 *lmac, u8 *dmac, u8 dsap); |
66 | u8 *dmac, u8 dsap); | 66 | int llc_build_and_send_pkt(struct sock *sk, struct sk_buff *skb); |
67 | extern int llc_build_and_send_pkt(struct sock *sk, struct sk_buff *skb); | 67 | int llc_send_disc(struct sock *sk); |
68 | extern int llc_send_disc(struct sock *sk); | ||
69 | #endif /* LLC_IF_H */ | 68 | #endif /* LLC_IF_H */ |