Sign in
coral
/
tf-a-mtk
/
8326aad7be972a66e6fbcc4b1128929fec0cb242
/
.
/
plat
/
rockchip
/
rk3399
/
drivers
/
pwm
/
pwm.h
blob: d6653921d96148bbc076e177434aeebef1f33f2d [
file
] [
log
] [
blame
]
/*
* 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 */