diff options
Diffstat (limited to 'sys/dev/ic/rt2661var.h')
-rw-r--r-- | sys/dev/ic/rt2661var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rt2661var.h b/sys/dev/ic/rt2661var.h index 3330c6233cc..92cf9623e2c 100644 --- a/sys/dev/ic/rt2661var.h +++ b/sys/dev/ic/rt2661var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2661var.h,v 1.17 2012/08/23 10:34:25 stsp Exp $ */ +/* $OpenBSD: rt2661var.h,v 1.18 2013/12/06 21:03:03 deraadt Exp $ */ /*- * Copyright (c) 2006 @@ -196,5 +196,5 @@ struct rt2661_softc { int rt2661_attach(void *, int); int rt2661_detach(void *); void rt2661_suspend(void *); -void rt2661_resume(void *); +void rt2661_wakeup(void *); int rt2661_intr(void *); |