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