diff options
Diffstat (limited to 'sys/dev/ic/xlreg.h')
-rw-r--r-- | sys/dev/ic/xlreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/xlreg.h b/sys/dev/ic/xlreg.h index 9939cebe734..406481de57c 100644 --- a/sys/dev/ic/xlreg.h +++ b/sys/dev/ic/xlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: xlreg.h,v 1.22 2010/08/12 14:21:55 kettenis Exp $ */ +/* $OpenBSD: xlreg.h,v 1.23 2010/08/27 15:43:41 deraadt Exp $ */ /* * Copyright (c) 1997, 1998 @@ -746,3 +746,4 @@ extern int xl_detach(struct xl_softc *); void xl_init(void *); void xl_stop(struct xl_softc *); void xl_reset(struct xl_softc *); +int xl_activate(struct device *, int); |