summaryrefslogtreecommitdiffstats
path: root/plat/rockchip/rk3399/drivers/pwm/pwm.h
blob: d6653921d96148bbc076e177434aeebef1f33f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef PWM_H
#define PWM_H

void disable_pwms(void);
void enable_pwms(void);

#endif /* PWM_H */