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 = %ROOTDEV%, 13: swapdev = %SWAPDEV%, 14: pipedev = %PIPEDEV%; 15: 16: dev_t dumpdev = %DUMPDEV%; 17: daddr_t dumplo = (daddr_t)%DUMPLO%; 18: int %DUMPROUTINE%(); 19: int (*dump)() = %DUMPROUTINE%;