diff options
| author | 2008-05-23 16:53:23 +1000 | |
|---|---|---|
| committer | 2008-05-23 16:53:23 +1000 | |
| commit | acf464817d5e7be9fb67aec4027dbee0ac9be17a (patch) | |
| tree | 39fd061c0a91a11d3ae4ff19b7fe179325e39bbf /include/linux/atm_tcp.h | |
| parent | [POWERPC] Remove unnecessary cast in arch_deref_entry_point() (diff) | |
| parent | [POWERPC] iSeries: Remove unused mail address (diff) | |
| download | linux-dev-acf464817d5e7be9fb67aec4027dbee0ac9be17a.tar.xz linux-dev-acf464817d5e7be9fb67aec4027dbee0ac9be17a.zip | |
Merge branch 'merge' into powerpc-next
Diffstat (limited to 'include/linux/atm_tcp.h')
| -rw-r--r-- | include/linux/atm_tcp.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/include/linux/atm_tcp.h b/include/linux/atm_tcp.h index 18787f9b2f19..375638f8554b 100644 --- a/include/linux/atm_tcp.h +++ b/include/linux/atm_tcp.h @@ -8,11 +8,9 @@ #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> /* @@ -20,9 +18,9 @@ */ struct atmtcp_hdr { - uint16_t vpi; - uint16_t vci; - uint32_t length; /* ... of data part */ + __u16 vpi; + __u16 vci; + __u32 length; /* ... of data part */ }; /* |
