| 683 | } |
| 684 | |
| 685 | static void |
| 686 | sysbeep_init(void *unused) |
| 687 | { |
| 688 | |
| 689 | callout_init(&beeping_timer, 1); |
| 690 | } |
| 691 | SYSINIT(sysbeep, SI_SUB_SOFTINTR, SI_ORDER_ANY, sysbeep_init, NULL); |
| 692 | #else |
| 693 |
nothing calls this directly
no test coverage detected