WIP FPC-III support
[linux/fpc-iii.git] / arch / arm / mach-cns3xxx / pm.h
blob61b73e59f0ffb55f71a3645c490b87e28c0ef465
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright 2000 Deep Blue Solutions Ltd
4 * Copyright 2004 ARM Limited
5 * Copyright 2008 Cavium Networks
6 */
8 #ifndef __CNS3XXX_PM_H
9 #define __CNS3XXX_PM_H
11 #include <linux/atomic.h>
13 void cns3xxx_pwr_clk_en(unsigned int block);
14 void cns3xxx_pwr_clk_dis(unsigned int block);
15 void cns3xxx_pwr_power_up(unsigned int block);
16 void cns3xxx_pwr_power_down(unsigned int block);
18 extern atomic_t usb_pwr_ref;
20 #endif /* __CNS3XXX_PM_H */