board.h 508 B

123456789101112131415161718192021222324
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * arch/arm/mach-tegra/board.h
  4. *
  5. * Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
  6. * Copyright (C) 2010 Google, Inc.
  7. *
  8. * Author:
  9. * Colin Cross <[email protected]>
  10. * Erik Gilling <[email protected]>
  11. */
  12. #ifndef __MACH_TEGRA_BOARD_H
  13. #define __MACH_TEGRA_BOARD_H
  14. #include <linux/types.h>
  15. #include <linux/reboot.h>
  16. void __init tegra_map_common_io(void);
  17. void __init tegra_init_irq(void);
  18. void __init tegra_paz00_wifikill_init(void);
  19. #endif