]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - include/uapi/linux/can/canethgw.h
Merge branch 'master' of rtime.felk.cvut.cz:can-eth-gw-linux
[can-eth-gw-linux.git] / include / uapi / linux / can / canethgw.h
similarity index 63%
rename from include/linux/can/canethgw.h
rename to include/uapi/linux/can/canethgw.h
index ba81ee36fdfa49735a54dc56cb985f26ff4dc412..4bc96a7845eda6d165b5b5cab0f6cf0f881ab0e9 100644 (file)
@@ -12,18 +12,6 @@ struct cegw_ioctl
        __u8 udp_dst[0];
 };
 
-#ifdef __KERNEL__
-struct cegw_job
-{
-       struct kref refcount;
-       struct socket* can_sock;
-       struct socket* udp_sock;
-       u32  udp_dstcnt;
-       u32  udp_addrlen;
-       u8   udp_dst[0];
-};
-#endif
-
 #define CEGW_IOCTL_BASE 'c'
 #define CEGW_IOCTL_START _IOW(CEGW_IOCTL_BASE, 0, struct cegw_ioctl)