| 218 | } |
| 219 | |
| 220 | static int |
| 221 | rtc_stop(struct eventtimer *et) |
| 222 | { |
| 223 | |
| 224 | atrtc_disable_intr(); |
| 225 | return (0); |
| 226 | } |
| 227 | |
| 228 | /* |
| 229 | * This routine receives statistical clock interrupts from the RTC. |
nothing calls this directly
no test coverage detected