Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97077
b: refs/heads/master
c: a1a61a4
h: refs/heads/master
i:
  97075: c0951b3
v: v3
  • Loading branch information
Mike Frysinger authored and David S. Miller committed May 15, 2008
1 parent f8f171b commit d909c69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38d2f38be9e4a2f1e3324c973a903aa972f71d0f
refs/heads/master: a1a61a435b3cc157830b7d42b175151ae5eabdd3
7 changes: 2 additions & 5 deletions trunk/include/linux/atm.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@
* documentation. Do not change them.
*/

#ifdef __KERNEL__
#include <linux/socket.h>
#include <linux/types.h>
#endif
#include <linux/compiler.h>
#include <linux/atmapi.h>
#include <linux/atmsap.h>
#include <linux/atmioc.h>
#include <linux/types.h>


/* general ATM constants */
Expand Down Expand Up @@ -212,7 +209,7 @@ struct sockaddr_atmsvc {
char pub[ATM_E164_LEN+1]; /* public address (E.164) */
/* unused addresses must be bzero'ed */
char lij_type; /* role in LIJ call; one of ATM_LIJ* */
uint32_t lij_id; /* LIJ call identifier */
__u32 lij_id; /* LIJ call identifier */
} sas_addr __ATM_API_ALIGN; /* SVC address */
};

Expand Down
12 changes: 5 additions & 7 deletions trunk/include/linux/atm_tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,19 @@
#define LINUX_ATM_TCP_H

#include <linux/atmapi.h>

#ifdef __KERNEL__
#include <linux/types.h>
#endif
#include <linux/atm.h>
#include <linux/atmioc.h>
#include <linux/types.h>


/*
* All values in struct atmtcp_hdr are in network byte order
*/

struct atmtcp_hdr {
uint16_t vpi;
uint16_t vci;
uint32_t length; /* ... of data part */
__u16 vpi;
__u16 vci;
__u32 length; /* ... of data part */
};

/*
Expand Down

0 comments on commit d909c69

Please sign in to comment.