xref: /openbmc/u-boot/arch/arm/include/asm/arch-tegra124/pwm.h (revision c40b6df87fc0193a7184ada9f53aaf57cdec0cdf)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Tegra pulse width frequency modulator definitions
4  *
5  * Copyright (c) 2011 The Chromium OS Authors.
6  */
7 
8 #ifndef __ASM_ARCH_TEGRA124_PWM_H
9 #define __ASM_ARCH_TEGRA124_PWM_H
10 
11 #include <asm/arch-tegra/pwm.h>
12 
13 #endif	/* __ASM_ARCH_TEGRA124_PWM_H */
14