emac(4): Use bool rather than boolean_t.

This was already using true/false rather than TRUE/FALSE.

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D39927
This commit is contained in:
John Baldwin 2023-05-04 12:34:02 -07:00
parent afdb42987c
commit 6cf4b46197

View File

@ -991,7 +991,7 @@ emac_attach(device_t dev)
return (error);
}
static boolean_t
static bool
emac_miibus_iowait(struct emac_softc *sc)
{
uint32_t timeout;