]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/sh/include/mach-se/mach/se7206.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / sh / include / mach-se / mach / se7206.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
710ee0cc
PM
2#ifndef __ASM_SH_SE7206_H
3#define __ASM_SH_SE7206_H
4
5#define PA_SMSC 0x30000000
6#define PA_MRSHPC 0x34000000
7#define PA_LED 0x31400000
8
9void init_se7206_IRQ(void);
10
11#define __IO_PREFIX se7206
12#include <asm/io_generic.h>
13
14#endif /* __ASM_SH_SE7206_H */