xref: /netbsd-src/sys/arch/sparc/sparc/clkctrl.h (revision 8f2f09b9871b21771cc635d0b311a987cee98653)
1*8f2f09b9Smacallan /*	$NetBSD: clkctrl.h,v 1.3 2008/05/08 02:16:27 macallan Exp $	*/
2e98ce313Smacallan 
3e98ce313Smacallan /*
4e98ce313Smacallan  * Copyright (c) 2005 Michael Lorenz
5e98ce313Smacallan  *
6e98ce313Smacallan  * Redistribution and use in source and binary forms, with or without
7e98ce313Smacallan  * modification, are permitted provided that the following conditions
8e98ce313Smacallan  * are met:
9e98ce313Smacallan  * 1. Redistributions of source code must retain the above copyright
10e98ce313Smacallan  *    notice, this list of conditions and the following disclaimer.
11e98ce313Smacallan  * 2. Redistributions in binary form must reproduce the above copyright
12e98ce313Smacallan  *    notice, this list of conditions and the following disclaimer in the
13e98ce313Smacallan  *    documentation and/or other materials provided with the distribution.
14e98ce313Smacallan  *
15e98ce313Smacallan  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16e98ce313Smacallan  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17e98ce313Smacallan  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18e98ce313Smacallan  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19e98ce313Smacallan  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20e98ce313Smacallan  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21e98ce313Smacallan  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22e98ce313Smacallan  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23e98ce313Smacallan  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24e98ce313Smacallan  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25e98ce313Smacallan  * POSSIBILITY OF SUCH DAMAGE.
26e98ce313Smacallan  */
27e98ce313Smacallan 
28e98ce313Smacallan #ifndef TAD_CLK_CTRL_H
29e98ce313Smacallan #define TAD_CLK_CTRL_H
30e98ce313Smacallan 
31e98ce313Smacallan void tad_cpu_sleep(void);
32e98ce313Smacallan 
33e98ce313Smacallan #endif
34