Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Simon Glass | 142af8c | 2015-04-14 21:03:22 -0600 | [diff] [blame] | 2 | /* |
3 | * Tegra pulse width frequency modulator definitions | ||||
4 | * | ||||
5 | * Copyright (c) 2011 The Chromium OS Authors. | ||||
Simon Glass | 142af8c | 2015-04-14 21:03:22 -0600 | [diff] [blame] | 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 */ |