KVM: SVM: Add clean-bit for LBR state
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-tegra / fuse.h
blob584b2e27dbda5679078ce2f60d552f98a4c13f3c
1 /*
2 * arch/arm/mach-tegra/fuse.c
4 * Copyright (C) 2010 Google, Inc.
6 * Author:
7 * Colin Cross <ccross@android.com>
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.
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.
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);