diff options
Diffstat (limited to 'arch/arm/mach-tegra/fuse.h')
-rw-r--r-- | arch/arm/mach-tegra/fuse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/fuse.h b/arch/arm/mach-tegra/fuse.h index 7576aaf6865c..d65d2abf803b 100644 --- a/arch/arm/mach-tegra/fuse.h +++ b/arch/arm/mach-tegra/fuse.h | |||
@@ -40,6 +40,8 @@ extern int tegra_cpu_process_id; | |||
40 | extern int tegra_core_process_id; | 40 | extern int tegra_core_process_id; |
41 | extern enum tegra_revision tegra_revision; | 41 | extern enum tegra_revision tegra_revision; |
42 | 42 | ||
43 | extern int tegra_bct_strapping; | ||
44 | |||
43 | unsigned long long tegra_chip_uid(void); | 45 | unsigned long long tegra_chip_uid(void); |
44 | void tegra_init_fuse(void); | 46 | void tegra_init_fuse(void); |
45 | 47 | ||