summaryrefslogtreecommitdiffstats
path: root/include/linux/atm_tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/atm_tcp.h')
-rw-r--r--include/linux/atm_tcp.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/linux/atm_tcp.h b/include/linux/atm_tcp.h
index 7e8eb77d6..a79f45bc3 100644
--- a/include/linux/atm_tcp.h
+++ b/include/linux/atm_tcp.h
@@ -1,12 +1,14 @@
/* atm_tcp.h - Driver-specific declarations of the ATMTCP driver (for use by
driver-specific utilities) */
-/* Written 1997-1999 by Werner Almesberger, EPFL LRC/ICA */
+/* Written 1997-2000 by Werner Almesberger, EPFL LRC/ICA */
#ifndef LINUX_ATM_TCP_H
#define LINUX_ATM_TCP_H
+#include <linux/atmapi.h>
+
#ifdef __KERNEL__
#include <linux/types.h>
#endif
@@ -33,12 +35,12 @@ struct atmtcp_hdr {
struct atmtcp_control {
struct atmtcp_hdr hdr; /* must be first */
- int type; /* message type; both directions */
- unsigned long vcc; /* both directions */
+ int type; /* message type; both directions */
+ atm_kptr_t vcc; /* both directions */
struct sockaddr_atmpvc addr; /* suggested value from kernel */
struct atm_qos qos; /* both directions */
int result; /* to kernel only */
-};
+} __ATM_API_ALIGN;
/*
* Field usage: