18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * arch/arm/mach-tegra/board.h 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (c) 2013 NVIDIA Corporation. All rights reserved. 68c2ecf20Sopenharmony_ci * Copyright (C) 2010 Google, Inc. 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * Author: 98c2ecf20Sopenharmony_ci * Colin Cross <ccross@google.com> 108c2ecf20Sopenharmony_ci * Erik Gilling <konkers@google.com> 118c2ecf20Sopenharmony_ci */ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#ifndef __MACH_TEGRA_BOARD_H 148c2ecf20Sopenharmony_ci#define __MACH_TEGRA_BOARD_H 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#include <linux/types.h> 178c2ecf20Sopenharmony_ci#include <linux/reboot.h> 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_civoid __init tegra_map_common_io(void); 208c2ecf20Sopenharmony_civoid __init tegra_init_irq(void); 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_civoid __init tegra_paz00_wifikill_init(void); 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ci#endif 25