diff options
Diffstat (limited to 'sys/dev/pci/if_lmcioctl.h')
-rw-r--r-- | sys/dev/pci/if_lmcioctl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_lmcioctl.h b/sys/dev/pci/if_lmcioctl.h index dbd98942bba..74a91aeb5c5 100644 --- a/sys/dev/pci/if_lmcioctl.h +++ b/sys/dev/pci/if_lmcioctl.h @@ -1,4 +1,5 @@ -/* $Id: if_lmcioctl.h,v 1.2 1999/10/26 23:47:15 chris Exp $ */ +/* $OpenBSD: if_lmcioctl.h,v 1.3 2000/02/01 18:01:42 chris Exp $ */ +/* $Id: if_lmcioctl.h,v 1.3 2000/02/01 18:01:42 chris Exp $ */ /* * Copyright (c) 1997-1999 LAN Media Corporation (LMC) @@ -308,6 +309,7 @@ struct lmc___media { void (* set_link_status)(lmc_softc_t * const, int); void (* set_crc_length)(lmc_softc_t * const, int); void (* set_circuit_type)(lmc_softc_t * const, int); + void (* watchdog)(lmc_softc_t * const); }; u_int32_t lmc_mii_readreg(lmc_softc_t * const sc, u_int32_t devaddr, |