1 /* 2 * arch/arm/mach-tegra/fuse.c 3 * 4 * Copyright (C) 2010 Google, Inc. 5 * 6 * Author: 7 * Colin Cross <ccross@android.com> 8 * 9 * This software is licensed under the terms of the GNU General Public 10 * License version 2, as published by the Free Software Foundation, and 11 * may be copied, distributed, and modified under those terms. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * GNU General Public License for more details. 17 * 18 */ 19 20 unsigned long long tegra_chip_uid(void); 21 int tegra_sku_id(void); 22 int tegra_cpu_process_id(void); 23 int tegra_core_process_id(void); 24 void tegra_init_fuse(void); 25