Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-block.git] / arch / arm / mach-omap2 / id.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
2e130fc3
KRC
2/*
3 * OMAP2 CPU identification code
4 *
5 * Copyright (C) 2010 Kan-Ru Chen <kanru@0xlab.org>
2e130fc3
KRC
6 */
7#ifndef OMAP2_ARCH_ID_H
8#define OMAP2_ARCH_ID_H
9
10struct omap_die_id {
11 u32 id_0;
12 u32 id_1;
13 u32 id_2;
14 u32 id_3;
15};
16
2e130fc3 17#endif