summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtd.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:57:41 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-02 18:16:05 +0200
commit904e050aa0f4250adc7b7f8125000ef26715abef (patch)
treef38147b4719f02e54c53a0ad311c3715b2cf0057 /ax25rtd/ax25rtd.h
parent3ba8bfeddb7af74a874661bc0289415d35b1d407 (diff)
Nuke trailing whitespace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25rtd/ax25rtd.h')
-rw-r--r--ax25rtd/ax25rtd.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ax25rtd/ax25rtd.h b/ax25rtd/ax25rtd.h
index 83a1df5..4f09aae 100644
--- a/ax25rtd/ax25rtd.h
+++ b/ax25rtd/ax25rtd.h
@@ -16,9 +16,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
-
+
/* Defines for defaults */
-
+
#define IP_MAXROUTES 4096
#define AX25_MAXROUTES 4096
#define AX25_MAXCALLS 32
@@ -28,7 +28,7 @@
#define NEW_ARP 1
#define NEW_ROUTE 2
#define NEW_IPMODE 4
-
+
#define SEG_FIRST 0x80
#define SEG_REM 0x7F
@@ -36,7 +36,7 @@
#define PID_ARP 0xCD
#define PID_IP 0xCC
#define PID_NETROM 0xCF
-
+
#define HDLCAEB 0x01
#define SSSID_SPARE 0x40
#define AX25_REPEATED 0x80
@@ -95,10 +95,10 @@ typedef struct config_ {
unsigned long netmask;
unsigned long ip;
-
+
int nmycalls;
ax25_address mycalls[AX25_MAXCALLS];
-
+
struct full_sockaddr_ax25 ax25_default_path;
} config;