mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-17 16:53:06 +00:00
14 lines
289 B
C
14 lines
289 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Tegra pulse width frequency modulator definitions
|
||
|
*
|
||
|
* Copyright (c) 2011 The Chromium OS Authors.
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARCH_TEGRA30_PWM_H
|
||
|
#define __ASM_ARCH_TEGRA30_PWM_H
|
||
|
|
||
|
#include <asm/arch-tegra/pwm.h>
|
||
|
|
||
|
#endif /* __ASM_ARCH_TEGRA30_PWM_H */
|