--- src/sys/sys/systm.h 2004/12/30 07:01:52 1.25 +++ src/sys/sys/systm.h 2005/01/14 02:20:24 1.26 @@ -366,6 +366,8 @@ extern watchdog_tickle_fn wdog_tickler; int tsleep (void *chan, int slpflags, const char *wmesg, int timo); void wakeup (void *chan); void wakeup_one (void *chan); +void wakeup_domain (void *chan, int domain); +void wakeup_domain_one (void *chan, int domain); /* * Common `dev_t' stuff are declared here to avoid #include poisoning