1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * OMAP cpu type detection
4 *
5 * Copyright (C) 2004, 2008 Nokia Corporation
6 *
7 * Copyright (C) 2009-11 Texas Instruments.
8 *
9 * Written by Tony Lindgren <tony.lindgren@nokia.com>
10 *
11 * Added OMAP4/5 specific defines - Santosh Shilimkar<santosh.shilimkar@ti.com>
12 */
13
14#ifndef __ASM_ARCH_OMAP_CPU_H
15#define __ASM_ARCH_OMAP_CPU_H
16
17#ifdef CONFIG_ARCH_OMAP1
18#include <mach/soc.h>
19#endif
20
21#endif
22