]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/arm/plat-omap/include/plat/cpu.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
[mirror_ubuntu-jammy-kernel.git] / arch / arm / plat-omap / include / plat / cpu.h
CommitLineData
1a59d1b8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1da177e4 2/*
1da177e4
LT
3 * OMAP cpu type detection
4 *
097c584c 5 * Copyright (C) 2004, 2008 Nokia Corporation
1da177e4 6 *
e49c4d27 7 * Copyright (C) 2009-11 Texas Instruments.
44169075 8 *
1da177e4
LT
9 * Written by Tony Lindgren <tony.lindgren@nokia.com>
10 *
b13e80a8 11 * Added OMAP4/5 specific defines - Santosh Shilimkar<santosh.shilimkar@ti.com>
1da177e4
LT
12 */
13
14#ifndef __ASM_ARCH_OMAP_CPU_H
15#define __ASM_ARCH_OMAP_CPU_H
16
e4c060db 17#ifdef CONFIG_ARCH_OMAP1
4e969010 18#include <mach/soc.h>
dc843280 19#endif
8384ce07 20
a9f82d10 21#endif