2019-05-29 22:17:56 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2010-01-22 08:53:02 +08:00
|
|
|
/*
|
|
|
|
* arch/arm/mach-tegra/board.h
|
|
|
|
*
|
2013-02-10 09:45:28 +08:00
|
|
|
* Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
|
2010-01-22 08:53:02 +08:00
|
|
|
* Copyright (C) 2010 Google, Inc.
|
|
|
|
*
|
|
|
|
* Author:
|
|
|
|
* Colin Cross <ccross@google.com>
|
|
|
|
* Erik Gilling <konkers@google.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __MACH_TEGRA_BOARD_H
|
|
|
|
#define __MACH_TEGRA_BOARD_H
|
|
|
|
|
|
|
|
#include <linux/types.h>
|
2013-07-09 07:01:40 +08:00
|
|
|
#include <linux/reboot.h>
|
2010-01-22 08:53:02 +08:00
|
|
|
|
|
|
|
void __init tegra_map_common_io(void);
|
|
|
|
void __init tegra_init_irq(void);
|
2012-05-02 17:08:06 +08:00
|
|
|
|
2012-05-03 06:05:44 +08:00
|
|
|
void __init tegra_paz00_wifikill_init(void);
|
|
|
|
|
2010-01-22 08:53:02 +08:00
|
|
|
#endif
|