]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/dn.h
Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.kernel...
[mirror_ubuntu-artful-kernel.git] / include / linux / dn.h
index fe999082319323fb2dd4946ad6ecabb89a49a7e5..9c50445462d99dc755af6e442c217784ba940f83 100644 (file)
 /* Structures */
 
 
-struct dn_naddr 
-{
+struct dn_naddr {
        __le16          a_len;
        __u8 a_addr[DN_MAXADDL]; /* Two bytes little endian */
 };
 
-struct sockaddr_dn
-{
+struct sockaddr_dn {
        __u16           sdn_family;
        __u8            sdn_flags;
        __u8            sdn_objnum;
@@ -101,8 +99,7 @@ struct optdata_dn {
         __u8   opt_data[16];   /* User data              */
 };
 
-struct accessdata_dn
-{
+struct accessdata_dn {
        __u8            acc_accl;
        __u8            acc_acc[DN_MAXACCL];
        __u8            acc_passl;