]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/mach-iop13xx/include/mach/hardware.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / mach-iop13xx / include / mach / hardware.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
285f5fa7
DW
2#ifndef __ASM_ARCH_HARDWARE_H
3#define __ASM_ARCH_HARDWARE_H
4#include <asm/types.h>
5
285f5fa7 6#ifndef __ASSEMBLY__
285f5fa7
DW
7extern u16 iop13xx_dev_id(void);
8extern void iop13xx_set_atu_mmr_bases(void);
9#endif
10
285f5fa7
DW
11/*
12 * Generic chipset bits
13 *
14 */
15#include "iop13xx.h"
16
17/*
18 * Board specific bits
19 */
20#include "iq81340.h"
21
22#endif /* _ASM_ARCH_HARDWARE_H */