Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * arch/arm/mach-tegra/board.h
0004  *
0005  * Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
0006  * Copyright (C) 2010 Google, Inc.
0007  *
0008  * Author:
0009  *  Colin Cross <ccross@google.com>
0010  *  Erik Gilling <konkers@google.com>
0011  */
0012 
0013 #ifndef __MACH_TEGRA_BOARD_H
0014 #define __MACH_TEGRA_BOARD_H
0015 
0016 #include <linux/types.h>
0017 #include <linux/reboot.h>
0018 
0019 void __init tegra_map_common_io(void);
0020 void __init tegra_init_irq(void);
0021 
0022 void __init tegra_paz00_wifikill_init(void);
0023 
0024 #endif