73297118582f1cf8645b85e67bb596e0adffe526
[oweals/openwrt.git] / target / linux / lantiq / files / arch / mips / include / asm / mach-lantiq / svip / svip_pms.h
1 /************************************************************************
2  *
3  * Copyright (c) 2007
4  * Infineon Technologies AG
5  * St. Martin Strasse 53; 81669 Muenchen; Germany
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License
9  * as published by the Free Software Foundation; either version
10  * 2 of the License, or (at your option) any later version.
11  *
12  ************************************************************************/
13
14 #ifndef __SVIP_PMS_H
15 #define __SVIP_PMS_H
16
17 void svip_sys1_clk_enable(u32 mask);
18 int svip_sys1_clk_is_enabled(u32 mask);
19
20 void svip_sys2_clk_enable(u32 mask);
21 int svip_sys2_clk_is_enabled(u32 mask);
22
23 #endif