treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
[linux-2.6-block.git] / arch / arm / mach-tegra / board.h
CommitLineData
9c92ab61 1/* SPDX-License-Identifier: GPL-2.0-only */
c5f80065
EG
2/*
3 * arch/arm/mach-tegra/board.h
4 *
d2ffb918 5 * Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
c5f80065
EG
6 * Copyright (C) 2010 Google, Inc.
7 *
8 * Author:
9 * Colin Cross <ccross@google.com>
10 * Erik Gilling <konkers@google.com>
c5f80065
EG
11 */
12
13#ifndef __MACH_TEGRA_BOARD_H
14#define __MACH_TEGRA_BOARD_H
15
16#include <linux/types.h>
7b6d864b 17#include <linux/reboot.h>
c5f80065 18
c5f80065
EG
19void __init tegra_map_common_io(void);
20void __init tegra_init_irq(void);
390e0cfd 21
b64a02c6
SW
22void __init tegra_paz00_wifikill_init(void);
23
c5f80065 24#endif