Index: ztdummy.h =================================================================== RCS file: /usr/cvsroot/zaptel/ztdummy.h,v retrieving revision 1.2 diff -u -r1.2 ztdummy.h --- ztdummy.h 24 Feb 2003 06:00:31 -0000 1.2 +++ ztdummy.h 21 May 2005 21:53:28 -0000 @@ -32,9 +32,16 @@ struct ztdummy { struct zt_span span; struct zt_chan chan; +#ifdef LINUX26 +#ifdef USE_RTC + atomic_t ticks; + rtc_task_t rtc_task; +#endif +#endif }; +#ifndef LINUX26 /* Uhci definitions and structures - from file usb-uhci.h */ #define TD_CTRL_IOC (1 << 24) /* Interrupt on Complete */ #define USBSTS 2 @@ -141,3 +148,4 @@ struct pci_pool *desc_pool; long last_error_time; // last error output in uhci_interrupt() } uhci_t, *puhci_t; +#endif