blob: 57cfd1b28bbbd2bfa48bea46b88ef968510bff8f [file] [log] [blame]
Caesar Wanged6b9a52016-08-11 02:11:45 +08001/*
2 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Caesar Wanged6b9a52016-08-11 02:11:45 +08005 */
6
7#ifndef __PWM_H__
8#define __PWM_H__
9
10void disable_pwms(void);
11void enable_pwms(void);
12
13#endif