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_TEGRA20_PWM_H 9 #define __ASM_ARCH_TEGRA20_PWM_H 10 11 #include <asm/arch-tegra/pwm.h> 12 13 #endif /* __ASM_ARCH_TEGRA20_PWM_H */ 14