=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/siofile.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/sndiod/siofile.h 2012/11/23 07:03:28 1.1 --- src/usr.bin/sndiod/siofile.h 2013/02/01 09:06:27 1.2 *************** *** 1,4 **** ! /* $OpenBSD: siofile.h,v 1.1 2012/11/23 07:03:28 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: siofile.h,v 1.2 2013/02/01 09:06:27 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 17,22 **** --- 17,24 ---- #ifndef SIOFILE_H #define SIOFILE_H + #include "file.h" + struct dev; struct siofile_ { *************** *** 32,37 **** --- 34,40 ---- #define DEV_SIO_CYCLE 1 #define DEV_SIO_WRITE 2 int cstate; + struct timo watchdog; }; int dev_sio_open(struct dev *);