mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
15 lines
292 B
C
15 lines
292 B
C
|
/*
|
||
|
* Tegra pulse width frequency modulator definitions
|
||
|
*
|
||
|
* Copyright (c) 2011 The Chromium OS Authors.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARCH_TEGRA124_PWM_H
|
||
|
#define __ASM_ARCH_TEGRA124_PWM_H
|
||
|
|
||
|
#include <asm/arch-tegra/pwm.h>
|
||
|
|
||
|
#endif /* __ASM_ARCH_TEGRA124_PWM_H */
|