1: /*
   2:  * Copyright (c) 1986 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)ioconf.c	2.0 (2.11BSD GTE) 12/24/92
   7:  */
   8: 
   9: #include "param.h"
  10: #include "systm.h"
  11: 
  12: dev_t   rootdev = makedev(5,0),
  13:     swapdev = makedev(5,1),
  14:     pipedev = makedev(5,0);
  15: 
  16: dev_t   dumpdev = makedev(5,1);
  17: daddr_t dumplo = (daddr_t)1024;
  18: int radump();
  19: int (*dump)() = radump;

Defined variables

dumpdev defined in line 16; never used
dumplo defined in line 17; never used
rootdev defined in line 12; never used
Last modified: 1996-06-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2398
Valid CSS Valid XHTML 1.0 Strict