~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to include/net/llc_if.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
#define LLC_STATUS_CONFLICT     7 /* disconnect conn */
63
63
#define LLC_STATUS_RESET_DONE   8 /*  */
64
64
 
65
 
extern int llc_establish_connection(struct sock *sk, u8 *lmac,
66
 
                                    u8 *dmac, u8 dsap);
67
 
extern int llc_build_and_send_pkt(struct sock *sk, struct sk_buff *skb);
68
 
extern int llc_send_disc(struct sock *sk);
 
65
int llc_establish_connection(struct sock *sk, u8 *lmac, u8 *dmac, u8 dsap);
 
66
int llc_build_and_send_pkt(struct sock *sk, struct sk_buff *skb);
 
67
int llc_send_disc(struct sock *sk);
69
68
#endif /* LLC_IF_H */