Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/io.h>
#include <linux/cpumask.h>
#include <linux/bitops.h>
#include <asm/cacheflush.h>
#include <asm/hardware/cache-l2x0.h>
#include <mach/iomap.h>
#include <mach/irammap.h>
#include "reset.h"
#include "fuse.h"
Go to the source code of this file.
Macros | |
#define | TEGRA_IRAM_RESET_BASE |
Functions | |
void __init | tegra_cpu_reset_handler_init (void) |
#define TEGRA_IRAM_RESET_BASE |