summaryrefslogtreecommitdiffstats
path: root/include/net/ipconfig.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-16 06:06:25 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-16 06:06:25 +0000
commitaa944aa3453e47706685bc562711a9e87375941e (patch)
tree8fb37a65f205a90412917ca2b91c429263ef1790 /include/net/ipconfig.h
parent967c65a99059fd459b956c1588ce0ba227912c4e (diff)
Merge with Linux 2.1.72, part 2.
The new signal code with exception of the code for the rt signals. The definitions in <asm/siginfo.h> and <asm/ucontext.h> are currently just stolen from the Alpha and will need to be overhauled.
Diffstat (limited to 'include/net/ipconfig.h')
-rw-r--r--include/net/ipconfig.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/net/ipconfig.h b/include/net/ipconfig.h
new file mode 100644
index 000000000..db64243a6
--- /dev/null
+++ b/include/net/ipconfig.h
@@ -0,0 +1,19 @@
+/*
+ * $Id: ipconfig.h,v 1.2 1997/10/17 12:41:16 mj Exp $
+ *
+ * Copyright (C) 1997 Martin Mares
+ *
+ * Automatic IP Layer Configuration
+ */
+
+extern __u32 root_server_addr;
+extern u8 root_server_path[];
+extern u32 ic_myaddr;
+extern u32 ic_servaddr;
+extern u32 ic_gateway;
+extern u32 ic_netmask;
+extern int ic_bootp_flag;
+extern int ic_rarp_flag;
+extern int ic_enable;
+extern int ic_host_name_set;
+extern int ic_set_manually;