From: Kenn H. <ke...@us...> - 2001-01-23 23:54:12
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax In directory usw-pr-cvs1:/tmp/cvs-serv30266 Modified Files: rpb.h Log Message: Need a declaration for the boot-time RPB Index: rpb.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/rpb.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** rpb.h 2001/01/17 16:18:52 1.1 --- rpb.h 2001/01/23 23:54:29 1.2 *************** *** 76,80 **** longword l_vmb_version; /* vmb version number (uvax VMB's) */ }; ! #endif _VAX_RPB_H --- 76,81 ---- longword l_vmb_version; /* vmb version number (uvax VMB's) */ }; ! ! extern struct rpb_struct boot_rpb; #endif _VAX_RPB_H |