blob: f98132f4f430e3f5c12ea6fd9e8c6b2efb611d26 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * linux/arch/arm/mach-s3c64xx/mach-smartq.h
4 *
5 * Copyright (C) 2010 Maurus Cuelenaere
6 */
7
8#ifndef __MACH_SMARTQ_H
9#define __MACH_SMARTQ_H __FILE__
10
11#include <linux/init.h>
12
13extern void __init smartq_map_io(void);
14extern void __init smartq_machine_init(void);
15
16#endif /* __MACH_SMARTQ_H */