diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-01-31 21:25:22 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-01-31 21:25:22 +0000 |
commit | 763a2d1edefc9619d982f97b2fff7aedcae67503 (patch) | |
tree | ace6b5dd67519ce16753791e1eaa488460a2f8ac /sys/arch/mips64/dev | |
parent | 6878c60384a68a15e48842a2b9c6426ce0c5ce3e (diff) |
Move md_clk_attach() prototype to mips64/dev/clockvar.h.
ok pefo@
Diffstat (limited to 'sys/arch/mips64/dev')
-rw-r--r-- | sys/arch/mips64/dev/clockvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mips64/dev/clockvar.h b/sys/arch/mips64/dev/clockvar.h index 5b6bd14c5a5..de485e34fba 100644 --- a/sys/arch/mips64/dev/clockvar.h +++ b/sys/arch/mips64/dev/clockvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: clockvar.h,v 1.2 2004/08/10 20:28:13 deraadt Exp $ */ +/* $OpenBSD: clockvar.h,v 1.3 2005/01/31 21:25:20 grange Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -73,3 +73,5 @@ struct clock_softc { bus_space_handle_t sc_clk_h; void *ih; }; + +void md_clk_attach(struct device *, struct device *, void *); |