|
@@ -1,8 +1,6 @@
|
|
|
#ifndef __LINUX_ATALK_H__
|
|
|
#define __LINUX_ATALK_H__
|
|
|
|
|
|
-#include <net/sock.h>
|
|
|
-
|
|
|
/*
|
|
|
* AppleTalk networking structures
|
|
|
*
|
|
@@ -39,6 +37,10 @@ struct atalk_netrange {
|
|
|
__u16 nr_lastnet;
|
|
|
};
|
|
|
|
|
|
+#ifdef __KERNEL__
|
|
|
+
|
|
|
+#include <net/sock.h>
|
|
|
+
|
|
|
struct atalk_route {
|
|
|
struct net_device *dev;
|
|
|
struct atalk_addr target;
|
|
@@ -81,8 +83,6 @@ static inline struct atalk_sock *at_sk(struct sock *sk)
|
|
|
return (struct atalk_sock *)sk;
|
|
|
}
|
|
|
|
|
|
-#ifdef __KERNEL__
|
|
|
-
|
|
|
#include <asm/byteorder.h>
|
|
|
|
|
|
struct ddpehdr {
|