| * Copyright (C) 2010 Google, Inc. |
| * Colin Cross <ccross@android.com> |
| * This software is licensed under the terms of the GNU General Public |
| * License version 2, as published by the Free Software Foundation, and |
| * may be copied, distributed, and modified under those terms. |
| * This program is distributed in the hope that it will be useful, |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| * GNU General Public License for more details. |
| #ifndef __MACH_TEGRA_FUSE_H |
| #define __MACH_TEGRA_FUSE_H |
| TEGRA_REVISION_UNKNOWN = 0, |
| extern int tegra_cpu_process_id; |
| extern int tegra_core_process_id; |
| extern int tegra_chip_id; |
| extern enum tegra_revision tegra_revision; |
| extern int tegra_bct_strapping; |
| unsigned long long tegra_chip_uid(void); |
| void tegra_init_fuse(void); |